@charset "utf-8";@import url("iconfont.css");@import url("swiper.css");@import url("aos.css");.home-banner .swiper-slide img{width:100%;height:100%;object-fit:cover}
.home-banner .pcimg{display:block}
.home-banner .mobimg{display:none}
.home-banner .banner-animote{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1400px;color:#FFF;padding:0px 70px;opacity:0}
.home-banner .banner-animote .p1{font-size:20px;font-weight:var(--fontbold6);margin-bottom:30px}
.home-banner .banner-animote .p2{font-size:36px;font-weight:var(--fontbold7)}
.home-banner .banner-animote .p3{display:flex;margin-top:50px}
.home-banner .banner-animote .p3 a{margin-right:20px;min-width:170px;height:50px;background:#003595;border-radius:var(--borderradius);color:#FFF;text-transform:lowercase;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear}
.home-banner .banner-animote .p3 a:nth-child(2){background:#FFF;color:var(--fontcolor)}
.home-banner .banner-animote .p3 a:hover{opacity:.9}
.home-banner .swiper-slide-active img{animation:bannerimg 6s forwards}
.home-banner .swiper-slide-active .banner-animote{animation:bannerani .5s forwards;animation-delay:.7s}
.home-banner .swiper-pagination{bottom:20px!important;max-width:1400px;padding:0px 70px;left:50%!important;transform:translateX(-50%)}
.home-banner .swiper-pagination-bullet{background-color:#e2e2e2}
.home-banner .bannerswiper-next,.home-banner .bannerswiper-prev{position:absolute;top:45%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);color:#FFF;z-index:9;cursor:pointer;transition:all .15s linear;border-radius:var(--borderradius)}
.home-banner .bannerswiper-next:hover,.home-banner .bannerswiper-prev:hover{background:rgba(0,0,0,.9)}
.home-banner .bannerswiper-next em,.home-banner .bannerswiper-prev em{font-size:24px}
.home-banner .bannerswiper-prev{transform:rotateY(180deg);left:70px}
.home-banner .bannerswiper-next{right:70px}
@keyframes bannerani{0%{margin-left:-30px}
100%{opacity:1;margin-left:0px}
}@keyframes bannerimg{0%{transform:scale(1)}
80%{transform:scale(1.05)}
100%{transform:scale(1.047)}
}.home-about,.home-choose,.home-hotpro,.home-projects,.home-service{position:relative;padding:4% 0}
.home-about .l-wrap{display:flex;flex-wrap:wrap;align-items:center}
.home-about .about-img{width:40%;position:relative}
.home-about .about-img .routeimg{position:relative;max-width:580px;z-index:1}
.home-about .about-img .routeimg img{width:100%;border-radius:50%}
.home-about .about-img .routeimg::after{content:"";position:absolute;left:0px;top:0px;width:calc(100% + 10px);height:calc(100% + 10px);border-radius:50%;background:#003595;z-index:-1}
.home-about .about-img .about-icon{position:absolute;right:0px;bottom:0px;width:180px;height:180px;background:#FFF;border-radius:50%;padding:10px;z-index:1}
.home-about .about-img .about-icon .about-route-load{display:block;width:100%;height:100%;background:url(../images/about-route.jpg) center no-repeat;background-size:cover;animation:aboutroute 10s linear infinite}
.home-about .about-img .about-icon .about-route{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:1}
.home-about .about-img .about-icon span:nth-child(1){color:#777}
.home-about .about-img .about-icon span:nth-child(2){font-size:34px;font-weight:var(--fontbold7);color:#003595}
.home-about .about-info{flex:1;padding-left:10%}
.home-about .about-info .about-line{margin:0 0 15px 0;width:60px;height:4px;background:#b96809}
.home-about .about-info .home-title{text-align:left}
.home-about .about-info .about-num{font-size:30px;font-weight:var(--fontbold6);color:#003595;margin-top:30px}
.home-about .about-info .about-des{color:#777;font-size:18px;font-weight:var(--fontbold6);margin-bottom:30px}
.home-about .about-info .about-text{margin-bottom:40px;font-size:18px;color:#333}
@keyframes aboutroute{0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}.home-service{background:#292929;position:relative;z-index:1}
.home-service::after{content:'';position:absolute;background:#FFF url(../images/bg-1.jpg);color:var(--fontcolor);filter:opacity(.0095);left:0px;top:0px;width:100%;height:100%;z-index:-1}
.home-service .home-title{color:#FFF}
.home-service .homeservice-list{margin-top:7%;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between}
.home-service .homeservice-list .homeservice-item{width:23%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#FFF;border-radius:var(--borderradius);padding:0 3% 50px;text-align:center}
.home-service .homeservice-list .homeservice-item .icon{width:90px;height:90px;padding:10px;background:#FFF;border-radius:50%;margin-top:-45px;transition:all .15s linear}
.home-service .homeservice-list .homeservice-item .icon em{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#003595;font-size:30px;font-weight:var(--fontbold7);color:#FFF;border-radius:50%}
.home-service .homeservice-list .homeservice-item .title{margin-top:20px;font-size:24px;font-weight:var(--fontbold7);color:var(--fontcolor)}
.home-service .homeservice-list .homeservice-item .text{margin:10px 0 20px;color:#333}
.home-service .homeservice-list .homeservice-item .more{color:#003595}
.home-service .homeservice-list .homeservice-item:hover{background:#EEE}
.home-service .homeservice-list .homeservice-item:hover .icon{padding:5px;background:#EEE}
.home-hotpro .homehotpro-list{margin-top:4%;display:flex;flex-wrap:wrap;justify-content:space-between}
.home-hotpro .homehotpro-list .homehotpro-item{width:48%;border:1px solid #E5E5E5;border-radius:var(--borderradius);overflow:hidden;background:#FFF;display:flex;align-items:center;transition:all .15s linear;margin-bottom:2em}
.home-hotpro .homehotpro-list .homehotpro-item:nth-last-child(-n+2):nth-child(n){margin-bottom:0px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img{width:260px;max-height:260px;display:flex;align-items:center;justify-content:center}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img img{width:100%;height:100%;object-fit:cover}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img .icon-videoplay{position:absolute;left:10px;top:10px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info{padding:10px 20px;flex:1}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .title{font-size:18px;line-height:1.2;font-weight:var(--fontbold6);color:var(--fontcolor);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-transform:capitalize}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:15px 0;color:#333}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .more{color:#003595}
.home-hotpro .homehotpro-list .homehotpro-item:hover{border-color:#003595}
.home-hotpro .homehotpro-list .homehotpro-item:hover .homehotpro-img img{transform:scale(1.1)}
.home-hotpro .homehotpro-list .homehotpro-item:hover .homehotpro-info .title{color:#003595}
.home-projects{background:#f6f6f6;position:relative;z-index:1}
.home-projects::after{content:'';position:absolute;background:#FFF url(../images/bg-2.jpg);color:var(--fontcolor);filter:opacity(.012);left:0px;top:0px;width:100%;height:100%;z-index:-1}
.home-projects .home-des,.home-projects .home-title{text-align:left}
.home-projects .home-line::after{left:0px;transform:none}
.home-projects .home-more{margin-top:100px}
.home-projects .l-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}
.home-projects .homeprojects-left{width:500px;padding-right:30px}
.home-projects .homeprojects-right{width:calc(100% - 500px)}
.home-projects .homeprojects-right #project-r{padding-bottom:50px}
.home-projects .homeprojects-right .swiper-slide a{display:flex;width:100%}
.home-projects .homeprojects-right .swiper-slide a:hover img{transform:scale(1.05)}
.home-projects .homeprojects-right .swiper-slide .box{position:absolute;left:0px;bottom:0px;background:#003595;color:#FFF;display:flex;align-items:center;padding:30px 20px;width:100%;max-width:300px;min-height:100px}
.home-projects .homeprojects-right .swiper-slide .box .span{font-size:14px}
.home-projects .homeprojects-right .swiper-slide .box .title{font-size:18px;font-weight:var(--fontbold7)}
.home-projects .homeprojects-right .swiper-slide .box .box-right{margin-left:20px}
.home-projects .homeprojects-right .project-pagination{text-align:center;bottom:0px;position:absolute}
.home-projects .homeprojects-right .project-pagination .swiper-pagination-bullet{background:#003595}
.home-choose{z-index:1}
.home-choose::before{content:"";position:absolute;left:0px;top:0px;height:100%;width:100%;max-width:500px;background:#003595;opacity:.02;z-index:-1}
.home-choose .l-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}
.home-choose .homechoose-img{width:45%}
.home-choose .homechoose-img img{width:100%;height:100%;border-radius:var(--borderradius);transition:all .2s linear}
.home-choose .homechoose-img:hover img{transform:scale(1.01)}
.home-choose .homechoose-content{flex:1;padding-left:5%}
.home-choose .homechoose-content .home-des,.home-choose .homechoose-content .home-title{text-align:left}
.home-choose .homechoose-content .home-line::after{left:0px;transform:none}
.home-choose .homechoose-content .list2{display:flex;align-items:center;margin:40px 0px}
.home-choose .homechoose-content .list2 .item{margin-right:20px;min-width:180px;height:50px;background:#f6f6f6;border:1px solid #f6f6f6;border-radius:var(--borderradius);display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear}
.home-choose .homechoose-content .list2 .item:last-child{margin-right:0px}
.home-choose .homechoose-content .list2 .item em{margin-right:10px;color:#003595}
.home-choose .homechoose-content .list2 .item:hover{border-color:#003595}
.home-choose .homechoose-content .text{color:#333;margin-bottom:50px}
.home-video{background:no-repeat center fixed;background-size:cover;padding:8% 0 12%}
.home-video .homevideo-info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.home-video .homevideo-info .homevideo-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#003595;border-radius:50%;position:relative;cursor:pointer;transition:all .1s linear}
.home-video .homevideo-info .homevideo-icon:hover{opacity:.9}
.home-video .homevideo-info .homevideo-icon em{font-size:40px;font-weight:var(--fontbold7);color:#FFF}
.home-video .homevideo-info .homevideo-icon::after,.home-video .homevideo-info .homevideo-icon::before{content:"";width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #FFF;opacity:.1;animation:before 3s linear infinite;border-radius:50%}
.home-video .homevideo-info .homevideo-icon::after{animation-delay:1.5s}
.home-video .homevideo-info .homevideo-title{margin-top:50px;font-size:42px;font-weight:var(--fontbold7);color:#FFF;text-transform:uppercase}
.home-video .homevideo-fixed{position:fixed;left:0px;top:0px;width:100vw;height:100vh;background:rgba(0,0,0,.8);z-index:9999999;display:none}
.home-video iframe,.home-video video,.home-video lite-youtube{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:80%;max-height:80%}
.home-video .homevideo-colse{position:absolute;top:30px;right:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s linear}
.home-video .homevideo-colse em{color:#FFF;transition:all .1s linear;font-size:40px}
.home-video .homevideo-colse:hover{opacity:.9}
.home-video .homevideo-colse:hover em{color:#003595}
@keyframes before{0%{transform:translate(-50%,-50%) scale(1)}
100%{transform:translate(-50%,-50%) scale(1.5)}
}.home-news{padding-bottom:4%}
.home-news .homenews-box{margin-top:-10%;background:#f6f6f6;border:1px solid #f6f6f6;padding:30px}
.home-news .homenews-box .home-line{margin-bottom:20px}
.home-news .homenews-list{display:flex;flex-wrap:wrap;margin-top:3%}
.home-news .homenews-list .homenews-item{width:23%;margin-right:2.6%;background:#FFF;transition:all .1s linear;border-radius:var(--borderradius);overflow:hidden}
.home-news .homenews-list .homenews-item:nth-child(4n){margin-right:0px}
.home-news .homenews-list .homenews-item .homenews-img{position:relative;overflow:hidden}
.home-news .homenews-list .homenews-item .homenews-img a{display:flex;align-items:center;justify-content:center;max-height:300px}
.home-news .homenews-list .homenews-item .homenews-img a img{width:100%;height:100%;object-fit:cover}
.home-news .homenews-list .homenews-item .homenews-img .date{position:absolute;left:0px;bottom:0px;background:#003595;color:#FFF;display:inline-flex;align-items:center;justify-content:center;font-size:14px;padding:4px 10px}
.home-news .homenews-list .homenews-item .homenews-info{padding:20px}
.home-news .homenews-list .homenews-item .homenews-info .icon{color:#333;font-weight:var(--fontbold5);margin-bottom:5px}
.home-news .homenews-list .homenews-item .homenews-info .icon em{color:#003595;margin-right:5px}
.home-news .homenews-list .homenews-item .homenews-info .title{font-size:18px;color:var(--fontcolor);font-weight:var(--fontbold7);line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:15px;text-transform:capitalize}
.home-news .homenews-list .homenews-item .homenews-info .text{color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.home-news .homenews-list .homenews-item .homenews-info .more{border-top:1px solid #dcdcdc;text-transform:lowercase;color:#333;display:flex;align-items:center;padding:10px 0 0;margin-top:20px}
.home-news .homenews-list .homenews-item .homenews-info .more em{margin-left:10px}
.home-news .homenews-list .homenews-item:hover{transform:translateY(-10px)}
.home-news .homenews-list .homenews-item:hover .homenews-info .title{color:#003595}
.home-footlogo{background:#FAFAFA;padding:40px 0px}
.home-footlogo ul{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;list-style:none;padding:0px}
.home-footlogo ul li{width:12%;transition:all .1s linear;border-radius:var(--borderradius)}
.home-footlogo ul li img{width:100%;height:100%;object-fit:cover}
.home-footlogo ul li:hover{box-shadow:1px 2px 10px rgba(0,0,0,.05);background:#FFF}
@media(max-width:1600px){.home-video .homevideo-info .homevideo-title{font-size:36px}
}@media(max-width:1440px){.home-banner .banner-animote{padding:0 130px}
.home-video .homevideo-info .homevideo-title{font-size:30px}
}@media(max-width:1280px){.home-banner .banner-animote .p3 a{min-width:160px;height:56px;font-size:14px}
.home-about .about-img{width:35%}
.home-service .homeservice-list .homeservice-item .title{font-size:20px}
.home-projects .homeprojects-right .swiper-slide .box{max-width:100%;width:100%;padding:10px 15px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img{width:200px;max-height:200px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .text{-webkit-line-clamp:3}
.home-projects .homeprojects-left{width:100%;text-align:center}
.home-projects .home-des,.home-projects .home-title{text-align:center}
.home-projects .home-line::after{left:50%;transform:translateX(-50%)}
.home-projects .home-more{margin-top:30px}
.home-projects .homeprojects-right{width:100%;margin-top:30px}
.home-choose::before{max-width:30%}
}@media(max-width:1024px){.home-banner .bannerswiper-next,.home-banner .bannerswiper-prev{display:none}
.home-banner .banner-animote{padding:0 20px}
.home-banner .banner-animote .p1{margin-bottom:20px}
.home-banner .banner-animote .p2{font-size:32px}
.home-banner .banner-animote .p3{margin-top:30px;display:none}
.home-about .about-info .about-num{margin-top:10px}
.home-about .about-info .about-des{margin-bottom:10px}
.home-about .about-info .about-text{font-size:16px}
.home-service .homeservice-list .homeservice-item{width:48%;margin-bottom:80px}
.home-service .homeservice-list .homeservice-item:nth-child(n+3){margin-bottom:0px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img{width:190px;max-height:190px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info{padding:10px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .text{margin:10px 0px}
.home-choose .homechoose-content .list2{margin:20px 0px}
.home-video .homevideo-info .homevideo-icon{width:60px;height:60px}
.home-video .homevideo-info .homevideo-title{margin-top:30px;font-size:var(--hometitlefont)}
.home-news .homenews-list{justify-content:space-between}
.home-news .homenews-list .homenews-item{width:48%;margin-bottom:20px;margin-right:0}
.home-news .homenews-list .homenews-item:nth-child(n+3){margin-bottom:0px}
.home-about,.home-choose,.home-hotpro,.home-projects,.home-service{padding:50px 0px}
.home-news{padding-bottom:50px}
.home-video{padding:50px 0 80px}
}@media(max-width:768px){.home-banner .pcimg{display:none}
.home-banner .mobimg{height:260px;display:block}
.home-banner .banner-animote .p1{font-size:18px;margin-bottom:10px}
.home-banner .banner-animote .p2{line-height:1.2;font-size:22px}
.home-about .about-img{width:90%;margin:0px auto}
.home-service .homeservice-list{margin-top:70px}
.home-service .homeservice-list .homeservice-item{width:100%;margin-bottom:80px!important}
.home-service .homeservice-list .homeservice-item:last-child{margin-bottom:0!important}
.home-about .about-img .routeimg{max-width:100%}
.home-about .about-img .routeimg::after{width:100%;height:100%}
.home-about .about-img .routeimg img{width:98%}
.home-about .about-info{padding-left:0px;margin-top:50px}
.home-choose::before{display:none}
.home-choose .homechoose-img{width:100%}
.home-choose .homechoose-content{padding-left:0px;margin-top:30px}
.home-choose .homechoose-content .home-title br{display:none}
.home-news .l-wrap{padding:0px}
.home-news .homenews-box{padding:30px 15px;margin:0px}
.home-hotpro .homehotpro-list .homehotpro-item{width:100%;margin-bottom:2em!important}
.home-hotpro .homehotpro-list .homehotpro-item:last-child{margin-bottom:0!important}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img{width:40%;max-height:150px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-img .icon-videoplay{left:5px;top:5px}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .text{display:none}
.home-hotpro .homehotpro-list .homehotpro-item .homehotpro-info .title{margin-bottom:20px}
.home-choose .homechoose-content .list2{justify-content:space-between}
.home-choose .homechoose-content .list2 .item{width:48%;margin-right:0px}
.home-video iframe,.home-video video,.home-video lite-youtube{max-width:90%;max-height:90%}
}@media(max-width:500px){.home-news .homenews-list .homenews-item{width:100%;margin-bottom:20px!important}
.home-news .homenews-list .homenews-item:last-child{margin-bottom:0!important}
.home-footlogo ul li{width:30%}
}

/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439191 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439191 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439191 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-116273709439191 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

#c_static_001-1678068158588 {
    background: #fff;
    display-radio: 1;
    background-color: #fff
}

#c_static_001-1678068158588 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 140px
}

#c_static_001-1678068158588 .e_container-1 > .p_item {
}

#c_static_001-1678068158588 .e_container-1 .cbox-1-0 {
}

#c_static_001-1678068158588 .e_container-1 .cbox-1-1 {
}

#c_static_001-1678068158588 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto
}

#c_static_001-1678068158588 .e_container-2 > .p_item {
}

#c_static_001-1678068158588 .e_container-2 .cbox-2-0 {
    width: 75%
}

#c_static_001-1678068158588 .e_container-2 .cbox-2-1 {
    display: flex;
    background: #003595;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px
}

#c_static_001-1678068158588 .e_image-3 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678068158588 .e_image-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678068158588 .e_text-6 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-top: 3px
}

#c_static_001-1678068158588 .e_richText-7 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001-1678068158588 .e_text-8 {
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    background: #003894;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 2px
}

#c_static_001-1678068158588 .e_container-9 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: space-between
}

#c_static_001-1678068158588 .e_container-9 > .p_item {
}

#c_static_001-1678068158588 .e_text-11 {
    line-height: normal;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    font-family: "din";
    font-weight: bold
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level1Box {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%
}

#c_static_001-1678068158588 .e_navigationA-12 .p_iconBox {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_static_001-1678068158588 .e_navigationA-12 .p_openIcon {
    width: 100%;
    height: 36px
}

#c_static_001-1678068158588 .e_navigationA-12 .p_closeIcon {
    width: 100%;
    height: 30px
}

#c_static_001-1678068158588 .e_navigationA-12 .p_navButton {
    display: none
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level2Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #fff;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level3Box {
    display: none;
    height: auto;
    padding: 15px 0;
    background: #f5f5f5;
    width: 130px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9;
    border-radius: 5px;
    border-top-left-radius: 0px
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level1Item {
    position: relative;
    border: none;
    width: 100%;
    text-align: center
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level1Item::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 16px;
    width: 1px;
    height: 19px;
    background: #fff
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level2Item {
    position: relative;
    width: 100%
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level3Item {
    width: 100%
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level1Item a {
    font-size: 16px;
    line-height: 54px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level2Item a {
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    opacity: .6;
    transition: all ease .3s;
    color: #333
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level2Item a:hover {
    opacity: 1
}

#c_static_001-1678068158588 .e_navigationA-12 .p_menu1Item {
    width: 100%
}

#c_static_001-1678068158588 .e_image-13 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678068158588 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678068158588 .e_text-14 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 4px
}

#c_static_001-1678068158588 .e_container-15 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    justify-content: space-between;
    align-items: center
}

#c_static_001-1678068158588 .e_container-15 > .p_item {
}

#c_static_001-1678068158588 .e_container-15 .cbox-15-0 {
    border-right: solid 1px #eee;
    padding-right: 20px;
    margin-right: 20px
}

#c_static_001-1678068158588 .e_container-15 .cbox-15-1 {
}

#c_static_001-1678068158588 .e_container-16 {
    background: #333333
}

#c_static_001-1678068158588.headerwx .e_container-16 {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 99
}

#c_static_001-1678068158588 .e_container-16 > .p_item {
}

#c_static_001-1678068158588 .e_navigationA-12 .p_level1Item:hover .p_menu1Item a {
    background: #003894
}

#c_static_001-1678068158588 .e_text-17 {
    line-height: normal;
    font-weight: bold;
    font-size: 14px
}

#c_static_001-1678068158588 .e_icon-18 {
    width: 70px;
    height: 60px;
    padding-right: 10px
}

#c_static_001-1678068158588 .e_icon-18 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_static_001-1678068158588 .e_text-19 {
    line-height: normal;
    font-size: 12px;
    text-align: right;
    color: #666
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
    #c_static_001-1678068158588 .e_navigationA-12 .p_jtIcon {
        transform:rotate(90deg);
        display: none
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level2Item .p_jtIcon {
        display: none
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_iconBox {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678068158588 .e_container-1 {
        display:flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        height: 80px
    }

    #c_static_001-1678068158588 .e_container-15 .cbox-15-1 {
        display: none
    }

    #c_static_001-1678068158588 .e_container-15 .cbox-15-0 {
        border-right: solid 0px #eee;
        padding-right: 0px;
        margin-right: 0px
    }

    #c_static_001-1678068158588 .e_container-1 .cbox-1-1 {
        display: none
    }

    #c_static_001-1678068158588 .e_container-16 {
        background: none
    }

    #c_static_001-1678068158588 .e_container-16 > .p_item {
        position: initial
    }

    #c_static_001-1678068158588 .e_container-2 .cbox-2-0 {
        width: auto;
        position: absolute;
        top: 25%;
        right: 2%
    }

    #c_static_001-1678068158588 .e_image-3 {
        overflow: hidden;
        display-radio: 1;
        max-width: 126px
    }

    #c_static_001-1678068158588 .e_container-2 .cbox-2-1 {
        display: flex;
        background: #003595;
        height: 36px;
        align-items: center;
        justify-content: center;
        padding: 0%;
        position: absolute;
        right: 20%;
        top: 27%;
        border-radius: 50%;
        width: 36px
    }

    #c_static_001-1678068158588 .e_image-13 {
        overflow: hidden;
        display-radio: 1;
        display: none
    }

    #c_static_001-1678068158588 .e_text-14 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding-left: 0px
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level1Box {
        display: block
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_iconBox {
        display: block
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_navContent {
        display: none;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fbfbfb;
        z-index: 99
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_navButton {
        display: flex;
        justify-content: flex-end
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level1Box {
        width: 100%
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level2Box,#c_static_001-1678068158588 .e_navigationA-12 .p_level3Box {
        padding: 0 0 0 30px;
        background: none;
        text-align: left
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_jtIcon {
        float: right;
        transition: 0.5s;
        height: 30px;
        margin-top: 10px
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_jtHover {
        transition: 0.5s;
        transform: rotate(90deg)
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level2Box,#c_static_001-1678068158588 .e_navigationA-12 .p_level3Box {
        width: 100%;
        left: 0;
        transform: translateX(0);
        position: inherit;
        border-radius: 0
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level1Item {
        border-bottom: 1px solid rgb(0 0 0 / 5%);
        line-height: 50px;
        font-size: 14px
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level1Item a,#c_static_001-1678068158588 .e_navigationA-12 .p_level2Item a {
        line-height: 50px;
        font-size: 14px;
        padding: 0;
        display: inline;
        text-align: left;
        opacity: 1;
        color: #333
    }

    #c_static_001-1678068158588.headerwx .e_container-16 {
        position: relative;
        top: 0%;
        width: 100%;
        z-index: 99
    }

    #c_static_001-1678068158588 {
        background: #fff;
        display-radio: 1;
        background-color: #fff;
        border-bottom: solid 1px #eee
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_menu1Item {
        width: 100%;
        display: flex
    }

    #c_static_001-1678068158588 .e_navigationA-12 .p_level1Item:hover .p_menu1Item a {
        background: #fff
    }
}

#c_grid-116273709439190 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439190 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439190 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439190 > .p_gridbox.signal {
    min-height: inherit
}

#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important
}

#c_grid-116273709439190 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width:100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

#c_effect_109-1678331012070 .e_loop_sub-1 {
    position: fixed;
    right: 0;
    bottom: 14%;
    z-index: 9999999
}

#c_effect_109-1678331012070 .e_loop_sub-1 .p_loopItem {
    position: relative;
    transition: all ease .3s
}

#c_effect_109-1678331012070 .e_text-2 {
    line-height: 1;
    text-align: center;
    font-size: 13px;
    color: #fff
}

#c_effect_109-1678331012070 .e_subImg-4 {
    overflow: hidden;
    display-radio: 1;
    max-width: 160px;
    display: block
}

#c_effect_109-1678331012070 .e_subImg-4 img {
    width: 100%;
    object-fit: contain
}

#c_effect_109-1678331012070 .e_subImg-4 img[src="/npublic/img/no-img.svg"] {
    display: none
}

#c_effect_109-1678331012070 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#c_effect_109-1678331012070 .e_icon-10 {
    width: 60px;
    height: 60px;
    display: none !important
}

#c_effect_109-1678331012070 .e_icon-10 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_effect_109-1678331012070 .zx_11 .e_icon-10 {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

#c_effect_109-1678331012070 .zx_11 .e_icon-10 svg {
    color: #fff
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678091703026 {
    background: #222222
}

#c_static_001-1678091703026 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 80px
}

#c_static_001-1678091703026 .e_container-1 > .p_item {
}

#c_static_001-1678091703026 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    border-top: solid 1px #2b2b2b;
    padding-top: 40px;
    padding-bottom: 40px
}

#c_static_001-1678091703026 .e_container-2 > .p_item {
}

#c_static_001-1678091703026 .e_container-2 > .cbox-2-0 {
    width: 80%
}

#c_static_001-1678091703026 .e_container-3 {
    background: #111111;
    margin-top: 50px
}

#c_static_001-1678091703026 .e_container-3 > .p_item {
}

#c_static_001-1678091703026 .e_image-4 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678091703026 .e_image-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678091703026 .e_text-5 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    margin-top: 20px
}

#c_static_001-1678091703026 .e_text-6 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: #999;
    margin-top: 30px
}

#c_static_001-1678091703026 .e_text-7 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 24px;
    font-family: "din";
    color: #fff;
    margin-top: 5px
}

#c_static_001-1678091703026 .e_text-8 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: #999
}

#c_static_001-1678091703026 .e_text-9 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: #fff;
    font-size: 24px;
    margin-top: 6px
}

#c_static_001-1678091703026 .e_text-10 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/09cbfe77-4c8e-467e-8cb3-bcec02adc585.png_290xaf.png?1678092274495);
    background-repeat: no-repeat;
    padding-left: 22px
}

#c_static_001-1678091703026 .e_line-11 {
    background: #666
}

#c_static_001-1678091703026 .e_bottomNav-12 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item {
    padding: 0px 40px
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item:nth-of-type(1) {
    display: none
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item:nth-of-type(2) {
    display: none
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item .p_menu1Item {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 36px
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item .p_menu2Item {
    line-height: 2;
    font-weight: bold
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level2Box {
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level3Box {
    display: none
}

#c_static_001-1678091703026 .e_bottomNav-12 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001-1678091703026 .e_image-13 {
    overflow: hidden
}

#c_static_001-1678091703026 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678091703026 .e_text-14 {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 14px;
    text-align: center
}

#c_static_001-1678091703026 .e_text-15 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px
}

#c_static_001-1678091703026 .e_loop-16 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-1678091703026 .e_loop-16 .p_loopitem {
}

#c_static_001-1678091703026 .e_loop-16 .p_page {
    text-align: center
}

#c_static_001-1678091703026 .e_loop-16 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678091703026 .e_loop-16 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678091703026 .e_loop-16 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678091703026 .e_loop-16 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678091703026 .e_loop-16 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678091703026 .e_loop-16 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678091703026 .e_loop-16 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678091703026 .e_loop-16 .p_s_option {
}

#c_static_001-1678091703026 .e_loop-16 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678091703026 .e_loop-16 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678091703026 .e_loop-16 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678091703026 .e_loop-16 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678091703026 .e_loop-16 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678091703026 .e_loop-16 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678091703026 .e_loop-16 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678091703026 .e_loop-16 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678091703026 .e_loop-16 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678091703026 .e_loop-16 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678091703026 .e_loop-16 .p_split {
    margin: 0 5px
}

#c_static_001-1678091703026 .e_loop-16 .p_normal {
    margin-right: 16px
}

#c_static_001-1678091703026 .e_loop-16 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678091703026 .e_loop-16 .input-check,#c_static_001-1678091703026 .e_loop-16 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678091703026 .e_loop-16 .position-left {
    display: flex
}

#c_static_001-1678091703026 .e_loop-16 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678091703026 .e_loop-16 .position-top {
}

#c_static_001-1678091703026 .e_loop-16 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678091703026 .e_loop-16 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678091703026 .e_loop-16 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY(-45deg);
    transform: skewY(360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678091703026 .e_loop-16 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678091703026 .e_loop-16 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678091703026 .e_loop-16 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678091703026 .e_loop-16 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678091703026 .e_loop-16 .p_filter_result {
    display: inline-block
}

#c_static_001-1678091703026 .e_loop-16 .p_contclear {
    cursor: pointer
}

#c_static_001-1678091703026 .e_loop-16 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678091703026 .e_loop-16 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678091703026 .e_loop-16 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678091703026 .e_loop-16 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678091703026 .e_loop-16 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678091703026 .e_loop-16 .p_filter_result {
    display: none
}

#c_static_001-1678091703026 .e_loop-16 .p_contclear {
    display: none
}

#c_static_001-1678091703026 .e_loop-16 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678091703026 .e_loop-16 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678091703026 .e_text-17 {
    line-height: normal;
    font-size: 14px;
    color: #666;
    padding-right: 16px
}

#c_static_001-1678091703026 .e_button-18 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 136px;
    border: solid 1px #666;
    background: none;
    color: #666;
    border-radius: 40px;
    font-size: 16px
}

#c_static_001-1678091703026 .e_button-18 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678091703026 .e_button-18::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_001-1678091703026 .e_button-18:hover::after {
    opacity: 1
}

#c_static_001-1678091703026 .e_container-19 {
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#c_static_001-1678091703026 .e_container-19 > .p_item {
    display: flex;
    align-items: center
}

#c_static_001-1678091703026 .e_container-19 > .p_item p {
    font-size: 12px;
    color: #999
}

#c_static_001-1678091703026 .e_container-19 .cbox-19-0 p {
    margin-right: 10px
}

#c_static_001-1678091703026 .e_container-19 .cbox-19-1 p {
    margin-left: 10px
}

#c_static_001-1678091703026 .e_text-20 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1678091703026 .e_provider-21 {
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-size: 12px;
    color: #999
}

#c_static_001-1678091703026 .e_text-22 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1678091703026 .e_credible-23 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001-1678091703026 .e_credible-23 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001-1678091703026 .e_credible-23 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001-1678091703026 .e_credible-23 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001-1678091703026 .e_credible-23 .img5 {
    width: 68px;
    margin-left: 10px
}

#c_static_001-1678091703026 .e_text-24 {
    line-height: normal
}

#c_static_001-1678091703026 .e_text-26 {
    line-height: normal
}

#c_static_001-1678091703026 .e_text-27 {
    line-height: normal
}

#c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item .p_menu2Item:hover {
    color: #fff
}

#c_static_001-1678091703026 .e_container-2 {
    display: none
}

#c_static_001-1678091703026 .e_credible-47 {
    display: none
}

#c_static_001-1678091703026 .e_credible-47 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001-1678091703026 .e_credible-47 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001-1678091703026 .e_credible-47 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001-1678091703026 .e_credible-47 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001-1678091703026 .e_credible-47 .img5 {
    width: 131px;
    height: 47px
}

@media screen and (max-width: 768px) {
    #c_static_001-1678091703026 .e_bottomNav-12 .p_menu1Item,#c_static_001-1678091703026 .e_bottomNav-12 .p_menu2Item {
        display:flex;
        justify-content: space-between
    }

    #c_static_001-1678091703026 .e_bottomNav-12 .p_level1Box ul {
        display: none
    }

    #c_static_001-1678091703026 .e_bottomNav-12 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_static_001-1678091703026 .e_bottomNav-12 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_static_001-1678091703026 .e_bottomNav-12 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_static_001-1678091703026 .e_bottomNav-12 .p_level1Item {
        padding: 0
    }

    #c_static_001-1678091703026 .e_bottomNav-12 .p_menu2Item svg {
        opacity: .5
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-1678091703026 .e_bottomNav-12 .p_level1Box {
        display:flex
    }

    #c_static_001-1678091703026 .e_bottomNav-12 .p_jtIcon {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678091703026 .e_container-1 {
        display:flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 5%
    }

    #c_static_001-1678091703026 .e_container-1 .cbox-1-0 {
        width: 100%;
        text-align: left
    }

    #c_static_001-1678091703026 .e_image-4 {
        overflow: hidden;
        display-radio: 1;
        max-width: 115px
    }

    #c_static_001-1678091703026 .e_container-1 .cbox-1-1 {
        display: none
    }

    #c_static_001-1678091703026 .e_container-1 .cbox-1-2 {
        width: 40%;
        margin-top: 5%
    }

    #c_static_001-1678091703026 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 5%0%;
        border-top: solid 1px #2b2b2b;
        padding-top: 5%;
        padding-bottom: 5%
    }

    #c_static_001-1678091703026 .e_text-17 {
        line-height: normal;
        font-size: 12px;
        color: #666;
        padding-right: 16px
    }

    #c_static_001-1678091703026 .e_button-18 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        border: solid 1px #666;
        background: none;
        color: #666;
        border-radius: 40px;
        font-size: 14px;
        margin-top: 8%
    }

    #c_static_001-1678091703026 .e_container-19 {
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        padding: 12px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    #c_static_001-1678091703026 .e_container-19 > .p_item {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    #c_static_001-1678091703026 .e_container-19 > .p_item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 2%
    }

    #c_static_001-1678091703026 .e_container-2 {
        display: none
    }

    body #c_static_001-1678091703026 .e_container-2 {
        display: none!important
    }

    #c_static_001-1678091703026 .e_container-3 {
        background: #111111;
        margin-top: 50px;
        margin-bottom: 11%
    }

    #c_static_001-1678091703026 .e_text-5 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-weight: bold;
        color: #fff;
        font-size: 22px;
        margin-top: 18px
    }

    #c_static_001-1678091703026 .e_text-6 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        color: #999;
        margin-top: 19px
    }

    #c_static_001-1678091703026 .e_line-11 {
        background: #666;
        display: none
    }

    #c_static_001-1678091703026 .e_text-8 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        color: #999;
        margin-top: 20px
    }

    #c_static_001-1678091703026 .e_text-14 {
        font-size: 12px;
        color: #666;
        line-height: 1.2;
        margin-top: 8px;
        text-align: center
    }
}

#c_static_001-16805779925090 {
    background: #eeeeee
}

#c_static_001-16805779925090 .e_container-10 {
    position: fixed;
    width: 100%;
    z-index: 98;
    bottom: 0%;
    background: rgb(0 0 0 / 65%);
    display: none
}

#c_static_001-16805779925090 .e_container-10 {
    display: none
}

#c_static_001-16805779925090.topfd .e_container-10 {
    display: block
}

#c_static_001-16805779925090.topfd_x .e_container-10.guanb {
    display: block
}

#c_static_001-16805779925090 .e_container-10.guanb {
    display: none
}

#c_static_001-16805779925090 .e_container-10.guanc {
    display: none
}

#c_static_001-16805779925090.topfd_x .e_container-10 {
    display: none
}

#c_static_001-16805779925090.topfd_x .e_container-10.guanb {
    display: block
}

#c_static_001-16805779925090 .e_container-11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1220px;
    margin: 0 auto;
    max-width: 90%;
    padding: 10px 0px;
    display-radio: flex
}

#c_static_001-16805779925090 .e_container-11 .cbox-11-1 {
    margin-right: 100px;
    margin-left: 45px
}

#c_static_001-16805779925090 .e_image-12 {
    overflow: hidden;
    width: 36px;
    position: fixed;
    right: 7%
}

#c_static_001-16805779925090 .e_image-12 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16805779925090 .e_image-13 {
    overflow: hidden;
    width: 74px
}

#c_static_001-16805779925090 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16805779925090 .e_text-14 {
    line-height: normal;
    color: #fff;
    font-size: 12px;
    margin-top: 4px
}

#c_static_001-16805779925090 .e_form-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: none
}

#c_static_001-16805779925090 .e_form-15 > .p_formItem {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16805779925090 .e_form-15 .ptishiCon {
    display: none
}

#c_static_001-16805779925090 .e_container-16 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 360px
}

#c_static_001-16805779925090 .e_container-16 .cbox-16-1 {
    background: #003894;
    margin: 2.9%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

#c_static_001-16805779925090 .e_container-16 > .p_item .s_form1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5% 0%
}

#c_static_001-16805779925090 .e_container-16 > .p_item .s_form1 span {
    color: #fff
}

#c_static_001-16805779925090 .e_container-16 > .p_item .s_form1 input {
    background: #fff;
    color: #333;
    padding: 1%;
    width: 100%;
    height: 24px
}

#c_static_001-16805779925090 .e_formBtn-17 {
    display: block;
    background: none;
    font-size: 24px;
    border: 0px;
    width: 96px;
    padding: 0px 24px;
    line-height: 1.6
}

#c_static_001-16805779925090 .e_formBtn-17 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16805779925090 .e_formBtn-17::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_001-16805779925090 .e_formBtn-17:hover::after {
    opacity: 1
}

#c_static_001-16805779925090 .e_input-18 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_001-16805779925090 .e_input-19 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_001-16805779925090 .e_h2-20 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px
}

#c_static_001-16805779925090 .e_container-21 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center
}

#c_static_001-16805779925090 .e_container-21 > .cbox-21-0 {
    width: 107px
}

#c_static_001-16805779925090 .e_container-21 > .cbox-21-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 27px
}

#c_static_001-16805779925090 .e_container-21 > .cbox-21-1 p {
    width: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/0f77072e-637b-46e0-ab16-72f7851c15e6.png_290xaf.png?1678237541929) center left;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 29px;
    font-weight: bold
}

#c_static_001-16805779925090 .e_text-22 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-16805779925090 .e_text-23 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-16805779925090 .e_text-24 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-16805779925090 .e_text-25 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-16805779925090 .e_text-26 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: #e7000a;
    font-size: 24px;
    font-weight: bold
}

#c_static_001-16805779925090 .e_text-27 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: #e7000a;
    font-size: 18px;
    font-weight: bold
}

#c_static_001-16805779925090 .e_image-28 {
    overflow: hidden;
    display-radio: 1;
    width: 80px
}

#c_static_001-16805779925090 .e_image-28 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16805779925090 .s_form_layout1 .invalid-feedback {
    color: #f56c6c;
    position: absolute;
    bottom: -23px
}

#c_static_001-16805779925090 .p_label::after {
    color: red;
    content: "*";
    display: none
}

@media screen and (max-width: 1080px) {
    #c_static_001-16805779925090 .e_container-10 {
        position:fixed;
        width: 100%;
        z-index: 998;
        bottom: 5%;
        background: rgb(0 0 0 / 65%);
        display: none
    }

    #c_static_001-16805779925090.topfd .e_container-10 {
    }

    #c_static_001-16805779925090 .e_container-11 .cbox-11-0 {
        display: none
    }

    #c_static_001-16805779925090 .e_container-11 .cbox-11-1 {
        display: none
    }

    #c_static_001-16805779925090 .e_container-11 .cbox-11-2 {
    }

    #c_static_001-16805779925090 .e_container-11 .cbox-11-3 {
        display: none
    }

    #c_static_001-16805779925090 .e_container-11 .cbox-11-4 {
    }

    #c_static_001-16805779925090 .e_image-12 {
        overflow: hidden;
        width: 36px;
        position: fixed;
        right: 8%
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
    #c_static_001-16805779925090 .e_container-11 .cbox-11-1 {
        margin-right:0%;
        margin-left: 2%
    }

    #c_static_001-16805779925090 .e_container-11 .cbox-11-2 {
    }

    #c_static_001-16805779925090 .e_container-11 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1220px;
        margin: 0 auto;
        max-width: 90%;
        padding: 10px 0px;
        display-radio: flex;
        padding-right: 9%
    }
}

#c_banner_019-1678068435419 {
}

#c_banner_019-1678068435419 .e_bannerA-2 {
}

#c_banner_019-1678068435419 .e_bannerA-2 .swiper-container {
    height: inherit
}

#c_banner_019-1678068435419 .e_bannerA-2 .swiper-wrapper {
    height: inherit
}

#c_banner_019-1678068435419 .e_bannerA-2 .swiper-slide {
    height: inherit
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_banner_019-1678068435419 .e_bannerA-2 .custom-bullet {
    background: #ccc
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_info {
    width: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_info div {
    width: 100%
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_subtitle {
    line-height: 2;
    padding: 5px 0
}

#c_banner_019-1678068435419 .e_bannerA-2 .swiper-container-vertical {
    height: 400px
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_video {
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    position: relative
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_video .videoContent {
    width: 100%;
    height: 100%
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_video video {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_videoPoster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_videoPoster::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('/npublic/img/playVideo.png') no-repeat center center
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_videoPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_banner_019-1678068435419 .e_bannerA-2 .p_videoInfo {
    display: none
}

@media screen and (max-width: 768px) {
    #c_banner_019-1678068435419 .e_bannerA-2 .p_info {
        width:100%;
        z-index: 9;
        text-align: center
    }

    #c_banner_019-1678068435419 .e_bannerA-2 .p_subtitle {
        display: none
    }

    #c_banner_019-1678068435419 .e_bannerA-2 .p_summary {
        display: none
    }

    #c_banner_019-1678068435419 {
        display: none
    }
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_banner_019-1680749921017 {
}

#c_banner_019-1680749921017 .e_bannerA-4 {
}

#c_banner_019-1680749921017 .e_bannerA-4 .swiper-container {
    height: inherit
}

#c_banner_019-1680749921017 .e_bannerA-4 .swiper-wrapper {
    height: inherit
}

#c_banner_019-1680749921017 .e_bannerA-4 .swiper-slide {
    height: inherit
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_img {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_banner_019-1680749921017 .e_bannerA-4 .custom-bullet {
    background: #ccc
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_info {
    width: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_info div {
    width: 100%
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_subtitle {
    line-height: 2;
    padding: 5px 0
}

#c_banner_019-1680749921017 .e_bannerA-4 .swiper-container-vertical {
    height: 400px
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_video {
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    position: relative
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_video .videoContent {
    width: 100%;
    height: 100%
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_video video {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_videoPoster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_videoPoster::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('/npublic/img/playVideo.png') no-repeat center center
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_videoPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_banner_019-1680749921017 .e_bannerA-4 .p_videoInfo {
    display: none
}

@media screen and (max-width: 768px) {
    #c_banner_019-1680749921017 .e_bannerA-4 .swiper-slide {
    }

    #c_banner_019-1680749921017 .e_bannerA-4 .p_info {
        width: 100%;
        z-index: 9;
        text-align: center
    }

    #c_banner_019-1680749921017 .e_bannerA-4 .p_subtitle {
        display: none
    }

    #c_banner_019-1680749921017 .e_bannerA-4 .p_summary {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_banner_019-1680749921017 {
        display:none
    }
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678068625651 {
    background: #eeeeee
}

#c_static_001-1678068625651 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px
}

#c_static_001-1678068625651 .e_container-1 > .p_item {
}

#c_static_001-1678068625651 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    align-items: center;
    justify-content: space-between
}

#c_static_001-1678068625651 .e_container-2 > .p_item {
}

#c_static_001-1678068625651 .e_container-2 .cbox-2-0 {
    padding-right: 10px
}

#c_static_001-1678068625651 .e_image-3 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678068625651 .e_image-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678068625651 .e_text-4 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px
}

#c_static_001-1678068625651 .e_loop-5 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-1678068625651 .e_loop-5 .p_loopitem {
}

#c_static_001-1678068625651 .e_loop-5 .p_page {
    text-align: center
}

#c_static_001-1678068625651 .e_loop-5 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678068625651 .e_loop-5 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678068625651 .e_loop-5 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678068625651 .e_loop-5 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678068625651 .e_loop-5 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678068625651 .e_loop-5 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678068625651 .e_loop-5 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678068625651 .e_loop-5 .p_s_option {
}

#c_static_001-1678068625651 .e_loop-5 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678068625651 .e_loop-5 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678068625651 .e_loop-5 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678068625651 .e_loop-5 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678068625651 .e_loop-5 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678068625651 .e_loop-5 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678068625651 .e_loop-5 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678068625651 .e_loop-5 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678068625651 .e_loop-5 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678068625651 .e_loop-5 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678068625651 .e_loop-5 .p_split {
    margin: 0 5px
}

#c_static_001-1678068625651 .e_loop-5 .p_normal {
    margin-right: 16px
}

#c_static_001-1678068625651 .e_loop-5 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678068625651 .e_loop-5 .input-check,#c_static_001-1678068625651 .e_loop-5 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678068625651 .e_loop-5 .position-left {
    display: flex
}

#c_static_001-1678068625651 .e_loop-5 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678068625651 .e_loop-5 .position-top {
}

#c_static_001-1678068625651 .e_loop-5 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678068625651 .e_loop-5 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678068625651 .e_loop-5 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678068625651 .e_loop-5 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678068625651 .e_loop-5 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678068625651 .e_loop-5 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678068625651 .e_loop-5 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678068625651 .e_loop-5 .p_filter_result {
    display: inline-block
}

#c_static_001-1678068625651 .e_loop-5 .p_contclear {
    cursor: pointer
}

#c_static_001-1678068625651 .e_loop-5 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678068625651 .e_loop-5 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678068625651 .e_loop-5 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678068625651 .e_loop-5 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678068625651 .e_loop-5 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678068625651 .e_loop-5 .p_filter_result {
    display: none
}

#c_static_001-1678068625651 .e_loop-5 .p_contclear {
    display: none
}

#c_static_001-1678068625651 .e_loop-5 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678068625651 .e_loop-5 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678068625651 .e_loop-5 {
    display-radio: 1
}

#c_static_001-1678068625651 .e_text-9 {
    line-height: normal;
    color: #666;
    border-right: solid 1px #c1c1c1;
    padding-right: 10px;
    margin-right: 10px
}

#c_static_001-1678068625651 .e_form-30 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-radius: 50px
}

#c_static_001-1678068625651 .e_form-30 > .p_formItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    width: 320px;
    padding: 0px 13px;
    height: 48px
}

#c_static_001-1678068625651 .e_form-30 > .p_formItem .form-group {
    margin-bottom: 0%
}

#c_static_001-1678068625651 .e_form-30 > .p_formItem .e_input-31 input {
    border: 0px;
    padding: 0%
}

#c_static_001-1678068625651 .e_form-30 .ptishiCon {
    display: none
}

#c_static_001-1678068625651 .e_input-31 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_001-1678068625651 .e_select-32 {
    display: none
}

#c_static_001-1678068625651 .e_formBtn-33 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d332131c-1d13-488c-bf8c-bb8641d9bc67.png) center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border: 0px
}

#c_static_001-1678068625651 .e_formBtn-33 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678068625651 .e_formBtn-33::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_001-1678068625651 .e_formBtn-33:hover::after {
    opacity: 1
}

@media screen and (max-width: 768px) {
    #c_static_001-1678068625651 {
        display:none
    }
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678068625651 .e_container-2 {
        display:flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        align-items: center;
        justify-content: space-between
    }

    #c_static_001-1678068625651 .e_container-2 > .p_item {
        width: 86%
    }

    #c_static_001-1678068625651 .e_container-2 .cbox-2-0 {
        padding-right: 0%;
        width: 10%
    }

    #c_static_001-1678068625651 .e_text-4 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px
    }

    #c_static_001-1678068625651 .e_text-9 {
        line-height: normal;
        color: #666;
        border-right: solid 1px #c1c1c1;
        padding-right: 5px;
        margin-right: 5px;
        font-size: 12px;
        margin-bottom: 9px
    }

    #c_static_001-1678068625651 .e_container-1 > .p_item {
        width: 100%;
        margin-top: 3%
    }

    #c_static_001-1678068625651 .e_text-9:hover {
        color: #003894
    }

    #c_static_001-1678068625651 .e_container-2 .cbox-2-0 {
        padding-right: 0%;
        width: 10%;
        display: none
    }

    #c_static_001-1678068625651 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        padding: 4% 0px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
    #c_static_001-1678068625651 .e_container-1 > .cbox-1-0 {
        width:70%
    }

    #c_static_001-1678068625651 .e_container-1 > .cbox-1-1 {
        width: 30%
    }
}

#c_static_001-1678068799208 {
    text-align: center;
    padding-top: 80px
}

#c_static_001-1678068799208 .e_text-2 {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px
}

#c_static_001-1678068799208 .e_text-2::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-right: 20px
}

#c_static_001-1678068799208 .e_text-2::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-left: 20px
}

#c_static_001-1678068799208 .e_container-3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center
}

#c_static_001-1678068799208 .e_container-3 > .p_item {
}

#c_static_001-1678068799208 .e_text-4 {
    font-size: 48px;
    font-weight: bold
}

#c_static_001-1678068799208 .e_text-5 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_static_001-1678068799208 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678068799208 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678068799208 {
        text-align:center;
        padding-top: 10%
    }

    #c_static_001-1678068799208 .e_text-4 {
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-1678068799208 .e_text-5 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_static_001-1678068799208 .e_text-2 {
        line-height: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 5%;
        font-size: 12px;
        margin: 5% 5%;
        line-height: 1.8
    }
}

#c_magiccube_009-1678068878834 {
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 80px
}

#c_magiccube_009-1678068878834 .p_tab_wrapper {
    display: flex
}

#c_magiccube_009-1678068878834 .p_right {
    flex-direction: row-reverse
}

#c_magiccube_009-1678068878834 .p_top {
    flex-direction: column
}

#c_magiccube_009-1678068878834 .p_bottom {
    flex-direction: column
}

#c_magiccube_009-1678068878834 .content-box {
    display: none;
    overflow: hidden
}

#c_magiccube_009-1678068878834 .top .tab-item,#c_magiccube_009-1678068878834 .bottom .tab-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#c_magiccube_009-1678068878834 .p_content_wrapper {
    width: 100%
}

#c_magiccube_009-1678068878834 .p_tablist {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap
}

#c_magiccube_009-1678068878834 .tab-item {
    width: 24.8%;
    background: #eeeeee;
    text-align: center;
    height: 146px;
    line-height: 146px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#c_magiccube_009-1678068878834 .tab-item:nth-of-type(1):before {
    content: '';
    display: block;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/f730fb13-0d3f-4558-8369-02d3dc9b8522.png_290xaf.png?1678083505660);
    transition: all ease .5s;
    width: 70px;
    height: 70px;
    background-position-x: -70px
}

#c_magiccube_009-1678068878834 .tab-item:nth-of-type(2):before {
    content: '';
    display: block;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/0163b437-2ef8-4af1-895e-0cdc18103a36.png_290xaf.png?1678083505704);
    transition: all ease .5s;
    width: 70px;
    height: 70px;
    background-position-x: -70px
}

#c_magiccube_009-1678068878834 .tab-item:nth-of-type(3):before {
    content: '';
    display: block;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/cd7ffc29-e9c1-4ef5-8518-af3c820da69b.png_290xaf.png?1680508189891);
    transition: all ease .5s;
    width: 70px;
    height: 70px;
    background-position-x: -70px
}

#c_magiccube_009-1678068878834 .tab-item:nth-of-type(4):before {
    content: '';
    display: block;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/7d9e5c79-b505-4ca1-a003-9c31a51c3478.png_290xaf.png?1680508189993);
    transition: all ease .5s;
    width: 70px;
    height: 70px;
    background-position-x: -70px
}

#c_magiccube_009-1678068878834 .p_active,#c_magiccube_009-1678068878834 .tab-item:hover {
    background: #003894;
    color: #fff
}

#c_magiccube_009-1678068878834 .tab-item:hover:before,#c_magiccube_009-1678068878834 .tab-item.p_active:before {
    background-position-x: -0px
}

#c_magiccube_009-1678068878834 .left {
    float: left;
    display: block
}

#c_magiccube_009-1678068878834 .left .tab-item {
    width: 200px;
    line-height: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#c_magiccube_009-1678068878834 .left .tab-item:last-child,#c_magiccube_009-1678068878834 .right .tab-item:last-child {
}

#c_magiccube_009-1678068878834 .right {
    float: right;
    width: 200px;
    display: block
}

#c_magiccube_009-1678068878834 .right .tab-item {
    width: 100%;
    display: block;
    line-height: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#c_magiccube_009-1678068878834 .left-content,#c_magiccube_009-1678068878834 .top-content,#c_magiccube_009-1678068878834 .bottom-content,#c_magiccube_009-1678068878834 .right-content {
    overflow: hidden
}

#c_magiccube_009-1678068878834 .content-box.active {
    display: block
}

@media screen and (max-width: 1080px) {
    #c_magiccube_009-1678068878834 {
        width:1440px;
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 10%
    }

    #c_magiccube_009-1678068878834 .p_tablist {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    #c_magiccube_009-1678068878834 .tab-item {
        width: 50%;
        text-align: center;
        height: 58px;
        line-height: 58px;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        padding: 0% 5%
    }

    #c_magiccube_009-1678068878834 .tab-item:nth-of-type(1):before {
        content: '';
        display: block;
        background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/f730fb13-0d3f-4558-8369-02d3dc9b8522.png_290xaf.png?1678083505660);
        transition: all ease .5s;
        width: 40px;
        height: 40px;
        background-position-x: -40px;
        background-size: 12px;
        background-size: 80px;
        background-repeat: no-repeat
    }

    #c_magiccube_009-1678068878834 .tab-item:nth-of-type(2):before {
        content: '';
        display: block;
        background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/0163b437-2ef8-4af1-895e-0cdc18103a36.png_290xaf.png?1678083505704);
        transition: all ease .5s;
        width: 40px;
        height: 40px;
        background-position-x: -40px;
        background-size: 12px;
        background-size: 80px;
        background-repeat: no-repeat
    }

    #c_magiccube_009-1678068878834 .tab-item:nth-of-type(3):before {
        content: '';
        display: block;
        background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/ab9414dd-c757-4f00-8da4-d6bf6d4e9bbe.png_290xaf.png?1678083505807);
        transition: all ease .5s;
        width: 40px;
        height: 40px;
        background-position-x: -40px;
        background-size: 12px;
        background-size: 80px;
        background-repeat: no-repeat
    }

    #c_magiccube_009-1678068878834 .tab-item:nth-of-type(4):before {
        content: '';
        display: block;
        background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/7d9e5c79-b505-4ca1-a003-9c31a51c3478.png_290xaf.png?1680508189993);
        transition: all ease .5s;
        width: 40px;
        height: 40px;
        background-position-x: -40px;
        background-size: 12px;
        background-size: 80px;
        background-repeat: no-repeat
    }

    #c_magiccube_009-1678068878834 .tab-item:hover:before,#c_magiccube_009-1678068878834 .tab-item.p_active:before {
        background-position-x: 0px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678068933577 {
    position: relative
}

#c_static_001-1678068933577 .e_image-1 {
    overflow: hidden
}

#c_static_001-1678068933577 .e_image-1 img {
    width: 100%;
    height: auto;
    object-fit: contain
}

#c_static_001-1678068933577 .e_container-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 88;
    padding: 10% 7%
}

#c_static_001-1678068933577 .e_container-2 > .p_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between
}

#c_static_001-1678068933577 .e_text-3 {
    color: #fff;
    font-size: 30px;
    line-height: 2;
    width: 65%
}

#c_static_001-1678068933577 .e_container-4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678068933577 .e_container-4 > .p_item {
}

#c_static_001-1678068933577 .e_container-4 > .cbox-4-0 {
    margin-right: 15px
}

#c_static_001-1678068933577 .e_button-5 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678068933577 .e_button-5 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678068933577 .e_button-5::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678068933577 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678068933577 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678068933577 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

@media screen and (max-width: 768px) {
    #c_static_001-1678068933577 .e_image-1 img {
        width:auto;
        height: 100%!important;
        object-fit: contain
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678068933577 .e_container-2 {
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        z-index: 88;
        padding: 5%
    }

    #c_static_001-1678068933577 .e_image-1 {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px
    }

    #c_static_001-1678068933577 .e_image-1 img {
        width: auto;
        height: auto;
        object-fit: contain
    }

    #c_static_001-1678068933577 .e_text-3 {
        color: #fff;
        font-size: 14px;
        line-height: 2;
        width: 100%
    }

    #c_static_001-1678068933577 .e_button-5 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678068933577 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782622740110 {
    position: relative
}

#c_static_001-16782622740110 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782622740110 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782622740110 .e_container-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 88;
    padding: 10% 7%
}

#c_static_001-16782622740110 .e_container-2 > .p_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between
}

#c_static_001-16782622740110 .e_text-3 {
    color: #fff;
    font-size: 30px;
    line-height: 2;
    width: 68%
}

#c_static_001-16782622740110 .e_container-4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782622740110 .e_container-4 > .p_item {
}

#c_static_001-16782622740110 .e_container-4 > .cbox-4-0 {
    margin-right: 15px
}

#c_static_001-16782622740110 .e_button-5 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782622740110 .e_button-5 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782622740110 .e_button-5::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782622740110 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782622740110 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782622740110 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

@media screen and (max-width: 768px) {
    #c_static_001-16782622740110 .e_image-1 img {
        width:auto;
        height: 100%!important;
        object-fit: contain
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782622740110 .e_container-2 {
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        z-index: 88;
        padding: 5%
    }

    #c_static_001-16782622740110 .e_image-1 {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px
    }

    #c_static_001-16782622740110 .e_image-1 img {
        width: auto;
        height: auto;
        object-fit: contain
    }

    #c_static_001-16782622740110 .e_text-3 {
        color: #fff;
        font-size: 14px;
        line-height: 2;
        width: 100%
    }

    #c_static_001-16782622740110 .e_button-5 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782622740110 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782622734090 {
    position: relative
}

#c_static_001-16782622734090 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782622734090 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782622734090 .e_container-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 88;
    padding: 10% 7%
}

#c_static_001-16782622734090 .e_container-2 > .p_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between
}

#c_static_001-16782622734090 .e_text-3 {
    color: #fff;
    font-size: 30px;
    line-height: 2;
    width: 65%
}

#c_static_001-16782622734090 .e_container-4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782622734090 .e_container-4 > .p_item {
}

#c_static_001-16782622734090 .e_container-4 > .cbox-4-0 {
    margin-right: 15px
}

#c_static_001-16782622734090 .e_button-5 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782622734090 .e_button-5 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782622734090 .e_button-5::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782622734090 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782622734090 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782622734090 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

@media screen and (max-width: 768px) {
    #c_static_001-16782622734090 .e_image-1 img {
        width:auto;
        height: 100%!important;
        object-fit: contain
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782622734090 .e_container-2 {
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        z-index: 88;
        padding: 5%
    }

    #c_static_001-16782622734090 .e_image-1 {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px
    }

    #c_static_001-16782622734090 .e_image-1 img {
        width: auto;
        height: auto;
        object-fit: contain
    }

    #c_static_001-16782622734090 .e_text-3 {
        color: #fff;
        font-size: 14px;
        line-height: 2;
        width: 100%
    }

    #c_static_001-16782622734090 .e_button-5 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782622734090 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782622728420 {
    position: relative
}

#c_static_001-16782622728420 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782622728420 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782622728420 .e_container-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 88;
    padding: 10% 7%
}

#c_static_001-16782622728420 .e_container-2 > .p_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between
}

#c_static_001-16782622728420 .e_text-3 {
    color: #fff;
    font-size: 30px;
    line-height: 2;
    width: 65%
}

#c_static_001-16782622728420 .e_container-4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782622728420 .e_container-4 > .p_item {
}

#c_static_001-16782622728420 .e_container-4 > .cbox-4-0 {
    margin-right: 15px
}

#c_static_001-16782622728420 .e_button-5 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782622728420 .e_button-5 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782622728420 .e_button-5::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782622728420 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782622728420 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782622728420 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

@media screen and (max-width: 768px) {
    #c_static_001-16782622728420 .e_image-1 img {
        width:auto;
        height: 100%!important;
        object-fit: contain
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782622728420 .e_container-2 {
        position:absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        z-index: 88;
        padding: 5%
    }

    #c_static_001-16782622728420 .e_image-1 {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px
    }

    #c_static_001-16782622728420 .e_image-1 img {
        width: auto;
        height: auto;
        object-fit: contain
    }

    #c_static_001-16782622728420 .e_text-3 {
        color: #fff;
        font-size: 14px;
        line-height: 2;
        width: 100%
    }

    #c_static_001-16782622728420 .e_button-5 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782622728420 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_effect_047-1678069068197 {
    min-height: 0px;
    display-radio: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
    overflow: hidden
}

#c_effect_047-1678069068197 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_effect_047-1678069068197 .e_loop-1 .p_page {
    text-align: center
}

#c_effect_047-1678069068197 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_effect_047-1678069068197 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_effect_047-1678069068197 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_effect_047-1678069068197 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_effect_047-1678069068197 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_effect_047-1678069068197 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_effect_047-1678069068197 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_effect_047-1678069068197 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_effect_047-1678069068197 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_effect_047-1678069068197 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_effect_047-1678069068197 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_effect_047-1678069068197 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_effect_047-1678069068197 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_effect_047-1678069068197 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_effect_047-1678069068197 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_effect_047-1678069068197 .e_loop-1 .input-check,#c_effect_047-1678069068197 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_effect_047-1678069068197 .e_loop-1 .position-left {
    display: flex
}

#c_effect_047-1678069068197 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_effect_047-1678069068197 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_effect_047-1678069068197 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_effect_047-1678069068197 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_effect_047-1678069068197 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_effect_047-1678069068197 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_effect_047-1678069068197 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_effect_047-1678069068197 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_effect_047-1678069068197 .e_loop-1 .p_filter_result {
    display: inline-block
}

#c_effect_047-1678069068197 .e_loop-1 .p_contclear {
    cursor: pointer
}

#c_effect_047-1678069068197 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_effect_047-1678069068197 .e_container-2 {
    width: 100%
}

#c_effect_047-1678069068197 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_effect_047-1678069068197 .e_loop-1 {
    display-radio: 1
}

#c_effect_047-1678069068197 .e_text-3 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10%
}

#c_effect_047-1678069068197 .e_html-5 {
    min-height: 0px;
    display-radio: 1;
    background_radio: 1
}

#c_effect_047-1678069068197 .honoRBox {
    display: flex
}

#c_effect_047-1678069068197 .honoRBoxBB {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next,#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: #003894;
    border-radius: 100%;
    transition: all ease .3s;
    transform: translateY(-10px);
    z-index: 10;
    left: -23px
}

#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next::after,#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next {
    right: -23px;
    left: auto
}

#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next:hover,#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-prev:hover {
    background: #77b9ff
}

#c_effect_047-1678069068197 .e_loop-1 .p_loopitem {
    flex-basis: inherit !important
}

#c_effect_047-1678069068197 .e_image-4 {
    overflow: hidden;
    display-radio: 1
}

#c_effect_047-1678069068197 .e_image-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_effect_047-1678069068197 .e_container-6 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 46.5%;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0 / 16%);
    padding: 3%;
    justify-content: space-between;
    opacity: 0.5
}

#c_effect_047-1678069068197 .swiper-slide-prev .e_container-6 {
    margin-left: 53.5%
}

#c_effect_047-1678069068197 .swiper-slide-active .e_container-6 {
    width: 100%;
    opacity: 1
}

#c_effect_047-1678069068197 .e_container-6 > .p_item {
}

#c_effect_047-1678069068197 .e_container-6 > .cbox-6-0 {
    width: 100%
}

#c_effect_047-1678069068197 .swiper-slide-active .e_container-6 > .cbox-6-0 {
    width: 43.7%
}

#c_effect_047-1678069068197 .e_container-6 > .cbox-6-1 {
    display: none
}

#c_effect_047-1678069068197 .swiper-slide-active .cbox-6-1 {
    display: block;
    width: 58%
}

#c_effect_047-1678069068197 .e_text-7 {
    color: #003894;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_effect_047-1678069068197 .e_button-9 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    border-radius: 4px;
    padding: 8px;
    border-radius: 50px;
    border: solid 1px #eee;
    background: none;
    color: #999;
    margin-top: 31px
}

#c_effect_047-1678069068197 .e_button-9 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_effect_047-1678069068197 .e_button-9::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_effect_047-1678069068197 .e_button-9:hover::after {
    opacity: 1
}

#c_effect_047-1678069068197 .e_container-11 {
}

#c_effect_047-1678069068197 .e_container-11 > .p_item {
}

#c_effect_047-1678069068197 .e_text-12 {
    line-height: normal
}

#c_effect_047-1678069068197 .e_text-13 {
    line-height: normal
}

#c_effect_047-1678069068197 .e_text-14 {
    line-height: normal
}

#c_effect_047-1678069068197 .e_text-15 {
    line-height: normal
}

#c_effect_047-1678069068197 .e_text-16 {
    line-height: normal
}

#c_effect_047-1678069068197 .e_container-11 p {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/401c37ac-8b2b-46d3-81ed-1399a51c7923.png);
    background-repeat: no-repeat;
    height: 29px;
    padding-left: 32px;
    margin-bottom: 13px;
    font-size: 14px;
    color: #666;
    line-height: 29px
}

#c_effect_047-1678069068197 .e_image-17 {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    left: 4%;
    display: none
}

#c_effect_047-1678069068197 .swiper-slide-active .e_image-17 {
    display: block
}

#c_effect_047-1678069068197 .e_image-17 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_effect_047-1678069068197 .e_container-18 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_effect_047-1678069068197 .e_container-18 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_effect_047-1678069068197 .e_container-19 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center
}

#c_effect_047-1678069068197 .e_text-20 {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px
}

#c_effect_047-1678069068197 .e_text-20::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-right: 20px
}

#c_effect_047-1678069068197 .e_text-20::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-left: 20px
}

#c_effect_047-1678069068197 .e_text-21 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_effect_047-1678069068197 .e_text-22 {
    font-size: 48px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    #c_effect_047-1678069068197 .e_image-4 {
        overflow:hidden;
        display-radio: 1;
        padding: 20%
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_effect_047-1678069068197 {
        min-height:0px;
        display-radio: 1;
        padding-top: 10%;
        padding-bottom: 10%;
        background-color: #f5f5f5;
        overflow: hidden
    }

    #c_effect_047-1678069068197 .e_text-22 {
        font-size: 24px;
        font-weight: bold
    }

    #c_effect_047-1678069068197 .e_text-21 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_effect_047-1678069068197 .e_text-20 {
        line-height: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 50px;
        margin: 5%;
        font-size: 14px;
        line-height: 1.6
    }

    #c_effect_047-1678069068197 .honoRBoxBB {
        width: 90%;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

    #c_effect_047-1678069068197 .e_container-6 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 10%;
        justify-content: space-between
    }

    #c_effect_047-1678069068197 .swiper-slide-active .e_container-6 > .cbox-6-0 {
        width: 100%
    }

    #c_effect_047-1678069068197 .swiper-slide-active .cbox-6-1 {
        display: block;
        width: 100%
    }

    #c_effect_047-1678069068197 .e_text-3 {
        text-align: left;
        font-size: 18px;
        font-weight: bold
    }

    #c_effect_047-1678069068197 .e_text-7 {
        color: #003894;
        font-size: 14px;
        font-weight: bold;
        border-bottom: solid 0px #eee;
        padding: 13px 0px;
        margin-bottom: 0px;
        display: none
    }

    #c_effect_047-1678069068197 .e_container-11 {
        display: none
    }

    #c_effect_047-1678069068197 .e_button-9 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        border-radius: 4px;
        padding: 8px;
        border-radius: 50px;
        border: solid 1px #eee;
        background: none;
        color: #999;
        margin-top: 5%
    }

    #c_effect_047-1678069068197 .swiper-slide .e_container-6 {
        width: 100%;
        opacity: 1
    }

    #c_effect_047-1678069068197 .swiper-slide .e_image-17 {
        display: block
    }

    #c_effect_047-1678069068197 .swiper-slide .cbox-6-1 {
        display: block;
        width: 100%
    }

    #c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next,#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-prev {
        width: 32px;
        height: 32px;
        background: #003894;
        border-radius: 100%;
        transition: all ease .3s;
        transform: translateY(-10px);
        z-index: 10;
        left: 3px
    }

    #c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next {
        right: 0px;
        left: auto
    }

    #c_effect_047-1678069068197 .honoRBoxBB .swiper-button-next::after,#c_effect_047-1678069068197 .honoRBoxBB .swiper-button-prev::after {
        font-size: 12px;
        font-weight: bold;
        color: #fff
    }

    #c_effect_047-1678069068197 .swiper-slide-prev .e_container-6 {
        margin-left: 0%
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678069279165 {
    width: 1440px;
    margin: 0 auto;
    max-width: 90%;
    padding: 80px 0px
}

#c_static_001-1678069279165 .e_loop-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#c_static_001-1678069279165 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜  */
    max-width: 100%/* è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜ */
}

#c_static_001-1678069279165 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001-1678069279165 .e_loop-1 .p_page {
    text-align: center
}

#c_static_001-1678069279165 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678069279165 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678069279165 .e_loop-1 .p_filter_key {
    /* min-width: 80px; */
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678069279165 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678069279165 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue/* border-radius: 2px; */
}

#c_static_001-1678069279165 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678069279165 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678069279165 .e_loop-1 .p_s_option {
}

#c_static_001-1678069279165 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678069279165 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678069279165 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678069279165 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678069279165 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678069279165 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

/* #c_static_001-1678069279165 .e_loop-1 .p_filter_close::before{
    content: "\2716";
    
} */
/* #c_static_001-1678069279165 .e_loop-1 .p_filter_select{
		width: 110px;
		height: 24px;
		padding: 0;
		border: 1px solid #DCDFE6;

} */
#c_static_001-1678069279165 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678069279165 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678069279165 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678069279165 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678069279165 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_static_001-1678069279165 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_static_001-1678069279165 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678069279165 .e_loop-1 .input-check,#c_static_001-1678069279165 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678069279165 .e_loop-1 .position-left {
    display: flex
}

#c_static_001-1678069279165 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678069279165 .e_loop-1 .position-top {
    /* display: flex; */
}

#c_static_001-1678069279165 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678069279165 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678069279165 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678069279165 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678069279165 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678069279165 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678069279165 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678069279165 .e_loop-1 .p_filter_result {
    display: inline-block
}

#c_static_001-1678069279165 .e_loop-1 .p_contclear {
    cursor: pointer
}

#c_static_001-1678069279165 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678069279165 .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678069279165 .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678069279165 .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678069279165 .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678069279165 .e_loop-1 .p_filter_result {
    display: none
}

#c_static_001-1678069279165 .e_loop-1 .p_contclear {
    display: none
}

#c_static_001-1678069279165 .e_loop-1 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678069279165 .e_loop-1 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678069279165 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678069279165 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1678069279165 .e_container-3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start
}

#c_static_001-1678069279165 .e_text-4 {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 50px
}

#c_static_001-1678069279165 .e_text-5 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_static_001-1678069279165 .e_text-6 {
    font-size: 48px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    #c_static_001-1678069279165 {
        display:none
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-1678069279165 .e_loop-1 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 20)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678069279165 {
        width:1440px;
        margin: 0 auto;
        max-width: 90%;
        padding: 10% 0%
    }

    #c_static_001-1678069279165 .e_container-3 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678069279165 .e_text-6 {
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-1678069279165 .e_text-5 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_static_001-1678069279165 .e_text-4 {
        line-height: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 50px;
        margin: 5%;
        font-size: 14px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1681124981550 {
    min-height: 300px;
    padding: 10% 3%
}

#c_static_001-1681124981550 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1681124981550 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1681124981550 .e_container-2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start
}

#c_static_001-1681124981550 .e_text-3 {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 50px
}

#c_static_001-1681124981550 .e_text-4 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_static_001-1681124981550 .e_text-5 {
    font-size: 48px;
    font-weight: bold
}

#c_static_001-1681124981550 .e_loop-6 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜  */
    max-width: 100%/* è§£å†³æ— ç¼æ»šåŠ¨åœ¨å¾ªçŽ¯ä½“å¤šåˆ—å±•ç¤ºé—®é¢˜ */
}

#c_static_001-1681124981550 .e_loop-6 .p_loopitem {
    position: relative;
    border: solid 1px #eee;
    margin: 1%;
    width: 31.3%
}

#c_static_001-1681124981550 .e_loop-6 .p_page {
    text-align: center
}

#c_static_001-1681124981550 .e_loop-6 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1681124981550 .e_loop-6 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1681124981550 .e_loop-6 .p_filter_key {
    /* min-width: 80px; */
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1681124981550 .e_loop-6 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1681124981550 .e_loop-6 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue/* border-radius: 2px; */
}

#c_static_001-1681124981550 .e_loop-6 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1681124981550 .e_loop-6 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1681124981550 .e_loop-6 .p_s_option {
}

#c_static_001-1681124981550 .e_loop-6 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1681124981550 .e_loop-6 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1681124981550 .e_loop-6 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1681124981550 .e_loop-6 .multSelect ul,li {
    list-style: none
}

#c_static_001-1681124981550 .e_loop-6 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1681124981550 .e_loop-6 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

/* #c_static_001-1681124981550 .e_loop-6 .p_filter_close::before{
    content: "\2716";
    
} */
/* #c_static_001-1681124981550 .e_loop-6 .p_filter_select{
		width: 110px;
		height: 24px;
		padding: 0;
		border: 1px solid #DCDFE6;

} */
#c_static_001-1681124981550 .e_loop-6 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1681124981550 .e_loop-6 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1681124981550 .e_loop-6 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1681124981550 .e_loop-6 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1681124981550 .e_loop-6 .p_split {
    margin: 0 5px
}

#c_static_001-1681124981550 .e_loop-6 .p_normal {
    margin-right: 16px
}

#c_static_001-1681124981550 .e_loop-6 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1681124981550 .e_loop-6 .input-check,#c_static_001-1681124981550 .e_loop-6 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1681124981550 .e_loop-6 .position-left {
    display: flex
}

#c_static_001-1681124981550 .e_loop-6 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1681124981550 .e_loop-6 .position-top {
    /* display: flex; */
}

#c_static_001-1681124981550 .e_loop-6 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1681124981550 .e_loop-6 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1681124981550 .e_loop-6 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1681124981550 .e_loop-6 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1681124981550 .e_loop-6 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1681124981550 .e_loop-6 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1681124981550 .e_loop-6 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1681124981550 .e_loop-6 .p_filter_result {
    display: inline-block
}

#c_static_001-1681124981550 .e_loop-6 .p_contclear {
    cursor: pointer
}

#c_static_001-1681124981550 .e_loop-6 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1681124981550 .e_loop-6 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1681124981550 .e_loop-6 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1681124981550 .e_loop-6 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1681124981550 .e_loop-6 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1681124981550 .e_loop-6 .p_filter_result {
    display: none
}

#c_static_001-1681124981550 .e_loop-6 .p_contclear {
    display: none
}

#c_static_001-1681124981550 .e_loop-6 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1681124981550 .e_loop-6 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1681124981550 .e_image-7 {
    overflow: hidden
}

#c_static_001-1681124981550 .e_image-7 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1681124981550 .e_text-8 {
    line-height: normal;
    font-size: 13px;
    text-align: center;
    margin: 5% 0%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
    #c_static_001-1681124981550 {
        display:none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1681124981550 .e_container-2 {
        display:flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1681124981550 .e_text-3 {
        line-height: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 50px;
        margin: 5%;
        font-size: 14px
    }

    #c_static_001-1681124981550 .e_text-4 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_static_001-1681124981550 .e_text-5 {
        font-size: 24px;
        font-weight: bold
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678070879350 {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/2ab2b830-b039-4a16-b61c-62df790827c7.jpg);
    background-size: cover;
    display-radio: 1
}

#c_static_001-1678070879350 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between
}

#c_static_001-1678070879350 .e_container-1 > .p_item {
}

#c_static_001-1678070879350 .e_container-1 .p_item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#c_static_001-1678070879350 .e_container-1 .cbox-1-0 {
}

#c_static_001-1678070879350 .e_container-1 .cbox-1-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

#c_static_001-1678070879350 .e_text-2 {
    font-size: 128px;
    color: #fff;
    font-family: "din";
    font-style: oblique
}

#c_static_001-1678070879350 .e_text-3 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    font-style: oblique;
    padding-left: 20px;
    line-height: 1.5
}

#c_static_001-1678070879350 .e_text-4 {
    line-height: normal;
    color: #fff;
    font-size: 24px
}

#c_static_001-1678070879350 .e_text-5 {
    line-height: normal;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    font-family: "din";
    margin: 8px 0px
}

#c_static_001-1678070879350 .e_container-6 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-1678070879350 .e_container-6 > .cbox-6-0 {
    margin-right: 15px
}

#c_static_001-1678070879350 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678070879350 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678070879350 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678070879350 .e_button-8 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: flex;
    background-color: #fff
}

#c_static_001-1678070879350 .e_button-8 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678070879350 .e_button-8::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678070879350 .e_image-9 {
    overflow: hidden;
    height: 300px
}

#c_static_001-1678070879350 .e_image-9 img {
    width: auto;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678070879350 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    top: 0%;
    height: 100%
}

#c_static_001-1678070879350 .e_container-10 > .p_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678070879350 {
        padding:0% 0%;
        background-size: cover;
        display-radio: 1
    }

    #c_static_001-1678070879350 .e_image-9 {
        overflow: hidden;
        height: 300px
    }

    #c_static_001-1678070879350 .e_text-2 {
        font-size: 50px;
        color: #fff;
        font-family: "din";
        font-style: oblique
    }

    #c_static_001-1678070879350 .e_text-3 {
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        font-style: oblique;
        padding-left: 20px;
        line-height: 1.5;
        text-align: left
    }

    #c_static_001-1678070879350 .e_container-1 .cbox-1-1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin-top: 9%
    }

    #c_static_001-1678070879350 .e_text-4 {
        line-height: normal;
        color: #fff;
        font-size: 18px
    }

    #c_static_001-1678070879350 .e_text-5 {
        line-height: normal;
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        font-family: "din";
        margin: 8px 0px
    }

    #c_static_001-1678070879350 .e_button-8 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: flex;
        background-color: #fff
    }

    #c_static_001-1678070879350 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678070879350 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 1400px;
        max-width: 90%;
        margin: 0 auto;
        justify-content: center
    }

    #c_static_001-1678070879350 .e_container-1 .p_item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center
    }

    #c_static_001-1678070879350 .e_container-1 .cbox-1-0 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
    #c_static_001-1678070879350 .e_container-1 .cbox-1-0 {
        WIDTH:60%
    }

    #c_static_001-1678070879350 .e_text-2 {
        font-size: 90px;
        color: #fff;
        font-family: "din";
        font-style: oblique
    }

    #c_static_001-1678070879350 .e_text-3 {
        font-weight: bold;
        font-size: 34px;
        color: #fff;
        font-style: oblique;
        padding-left: 20px;
        line-height: 1.5
    }
}

#c_static_001-1678081881569 {
    padding: 80px 0px
}

#c_static_001-1678081881569 .e_container-1 {
}

#c_static_001-1678081881569 .e_container-1 > .p_item {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

#c_static_001-1678081881569 .e_text-2 {
    line-height: normal;
    font-size: 48px;
    font-weight: bold
}

#c_static_001-1678081881569 .e_text-3 {
    line-height: normal;
    font-size: 136px;
    font-weight: bold;
    color: #00;
    padding: 0px 10px;
    font-style: oblique;
    color: #003894;
    line-height: 123px
}

#c_static_001-1678081881569 .e_text-4 {
    line-height: normal;
    color: #003894;
    font-size: 48px;
    font-weight: bold
}

#c_static_001-1678081881569 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 1440px;
    max-width: 90%;
    margin: auto;
    margin-top: 60px;
    justify-content: space-between
}

#c_static_001-1678081881569 .e_container-5 > .p_item {
}

#c_static_001-1678081881569 .e_container-5 .cbox-5-0 {
    width: 53%
}

#c_static_001-1678081881569 .e_container-5 .cbox-5-1 {
    width: 43%
}

#c_static_001-1678081881569 .e_container-6 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#c_static_001-1678081881569 .e_container-6 > .p_item {
}

#c_static_001-1678081881569 .e_richText-7 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001-1678081881569 .e_image-8 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678081881569 .e_image-8 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678081881569 .e_text-9 {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
    background-repeat: no-repeat;
    width: 91px;
    height: 100px;
    color: #fff;
    font-size: 60px;
    font-family: "din";
    text-align: center;
    line-height: 76px;
    margin-right: 21px
}

#c_static_001-1678081881569 .e_text-10 {
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px
}

#c_static_001-1678081881569 .e_text-11 {
    line-height: normal;
    color: #666
}

#c_static_001-1678081881569 .e_container-12 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    width: 1440px;
    max-width: 90%;
    margin: auto;
    margin-top: 60px;
    justify-content: space-between
}

#c_static_001-1678081881569 .e_container-12 .cbox-12-0 {
    width: 53%
}

#c_static_001-1678081881569 .e_container-12 .cbox-12-1 {
    width: 39%;
    margin-top: -12%
}

#c_static_001-1678081881569 .e_image-13 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678081881569 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678081881569 .e_container-14 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#c_static_001-1678081881569 .e_text-15 {
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px
}

#c_static_001-1678081881569 .e_text-16 {
    line-height: normal;
    color: #666
}

#c_static_001-1678081881569 .e_text-17 {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
    background-repeat: no-repeat;
    width: 91px;
    height: 100px;
    color: #fff;
    font-size: 60px;
    font-family: "din";
    text-align: center;
    line-height: 76px;
    margin-right: 21px
}

#c_static_001-1678081881569 .e_richText-18 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001-1678081881569 .e_container-19 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 1440px;
    max-width: 90%;
    margin: auto;
    margin-top: 60px;
    justify-content: space-between
}

#c_static_001-1678081881569 .e_container-19 .cbox-19-0 {
    width: 53%
}

#c_static_001-1678081881569 .e_container-19 .cbox-19-1 {
    width: 36%;
    margin-top: -4%
}

#c_static_001-1678081881569 .e_image-20 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678081881569 .e_image-20 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678081881569 .e_container-21 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#c_static_001-1678081881569 .e_text-22 {
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px
}

#c_static_001-1678081881569 .e_text-23 {
    line-height: normal;
    color: #666
}

#c_static_001-1678081881569 .e_text-24 {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
    background-repeat: no-repeat;
    width: 91px;
    height: 100px;
    color: #fff;
    font-size: 60px;
    font-family: "din";
    text-align: center;
    line-height: 76px;
    margin-right: 21px
}

#c_static_001-1678081881569 .e_richText-25 {
    font_radio: 1;
    display-radio: 1
}

#c_static_001-1678081881569 .e_container-26 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    width: 1440px;
    max-width: 90%;
    margin: auto;
    margin-top: 60px;
    justify-content: space-between
}

#c_static_001-1678081881569 .e_container-26 .cbox-26-0 {
    width: 53%
}

#c_static_001-1678081881569 .e_container-26 .cbox-26-1 {
    width: 39%;
    margin-top: -10%
}

#c_static_001-1678081881569 .e_image-27 {
    overflow: hidden;
    display-radio: 1
}

#c_static_001-1678081881569 .e_image-27 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678081881569 .e_container-28 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#c_static_001-1678081881569 .e_text-29 {
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px
}

#c_static_001-1678081881569 .e_text-30 {
    line-height: normal;
    color: #666
}

#c_static_001-1678081881569 .e_text-31 {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
    background-repeat: no-repeat;
    width: 91px;
    height: 100px;
    color: #fff;
    font-size: 60px;
    font-family: "din";
    text-align: center;
    line-height: 76px;
    margin-right: 21px
}

#c_static_001-1678081881569 .e_richText-32 {
    font_radio: 1;
    display-radio: 1;
    margin-bottom: 34px
}

#c_static_001-1678081881569 .e_container-33 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678081881569 .e_container-33 > .cbox-33-0 {
    margin-right: 15px
}

#c_static_001-1678081881569 .e_button-34 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border: solid 1px #eee
}

#c_static_001-1678081881569 .e_button-34 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678081881569 .e_button-34::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678081881569 .e_button-35 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678081881569 .e_button-35 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678081881569 .e_button-35::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678081881569 {
        padding:10% 0%;
        display: none
    }

    #c_static_001-1678081881569 .e_text-2 {
        line-height: normal;
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-1678081881569 .e_text-3 {
        line-height: normal;
        font-size: 36px;
        font-weight: bold;
        color: #00;
        padding: 0px 10px;
        font-style: oblique;
        color: #003894;
        line-height: 37px
    }

    #c_static_001-1678081881569 .e_text-4 {
        line-height: normal;
        color: #003894;
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-1678081881569 .e_container-5 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 1440px;
        max-width: 90%;
        margin: auto;
        margin-top: 8%;
        justify-content: space-between
    }

    #c_static_001-1678081881569 .e_container-5 .cbox-5-0 {
        width: 100%
    }

    #c_static_001-1678081881569 .e_container-6 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    #c_static_001-1678081881569 .e_text-9 {
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
        background-repeat: no-repeat;
        width: 53px;
        height: 61px;
        color: #fff;
        font-size: 33px;
        font-family: "din";
        text-align: center;
        line-height: 49px;
        margin-right: 21px;
        background-size: 53px
    }

    #c_static_001-1678081881569 .e_text-10 {
        line-height: normal;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px
    }

    #c_static_001-1678081881569 .e_text-11 {
        line-height: normal;
        color: #666;
        font-size: 14px
    }

    #c_static_001-1678081881569 .e_container-6 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 2%;
        margin-bottom: 2%
    }

    #c_static_001-1678081881569 .e_richText-7 p {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_richText-7 p span {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_container-5 .cbox-5-1 {
        width: 100%;
        margin-top: 5%
    }

    #c_static_001-1678081881569 .e_container-12 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 1440px;
        max-width: 90%;
        margin: auto;
        margin-top: 8%;
        justify-content: space-between
    }

    #c_static_001-1678081881569 .e_container-12 .cbox-12-0 {
        width: 100%
    }

    #c_static_001-1678081881569 .e_container-14 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    #c_static_001-1678081881569 .e_text-17 {
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
        background-repeat: no-repeat;
        width: 53px;
        height: 61px;
        color: #fff;
        font-size: 33px;
        font-family: "din";
        text-align: center;
        line-height: 49px;
        margin-right: 21px;
        background-size: 53px
    }

    #c_static_001-1678081881569 .e_text-15 {
        line-height: normal;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px
    }

    #c_static_001-1678081881569 .e_text-16 {
        line-height: normal;
        color: #666;
        font-size: 14px
    }

    #c_static_001-1678081881569 .e_container-14 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 2%;
        margin-bottom: 2%
    }

    #c_static_001-1678081881569 .e_richText-18 p {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_richText-18 p span {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_container-12 .cbox-12-1 {
        width: 100%;
        margin-top: 5%
    }

    #c_static_001-1678081881569 .e_container-19 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 1440px;
        max-width: 90%;
        margin: auto;
        margin-top: 8%;
        justify-content: space-between
    }

    #c_static_001-1678081881569 .e_container-19 .cbox-19-0 {
        width: 100%
    }

    #c_static_001-1678081881569 .e_container-21 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    #c_static_001-1678081881569 .e_text-24 {
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
        background-repeat: no-repeat;
        width: 53px;
        height: 61px;
        color: #fff;
        font-size: 33px;
        font-family: "din";
        text-align: center;
        line-height: 49px;
        margin-right: 21px;
        background-size: 53px
    }

    #c_static_001-1678081881569 .e_text-22 {
        line-height: normal;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px
    }

    #c_static_001-1678081881569 .e_text-23 {
        line-height: normal;
        color: #666;
        font-size: 14px
    }

    #c_static_001-1678081881569 .e_container-21 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 2%;
        margin-bottom: 2%
    }

    #c_static_001-1678081881569 .e_richText-25 p {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_richText-25 p span {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_container-19 .cbox-19-1 {
        width: 100%;
        margin-top: 5%
    }

    #c_static_001-1678081881569 .e_container-26 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 1440px;
        max-width: 90%;
        margin: auto;
        margin-top: 8%;
        justify-content: space-between
    }

    #c_static_001-1678081881569 .e_container-26 .cbox-26-0 {
        width: 100%
    }

    #c_static_001-1678081881569 .e_container-6 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    #c_static_001-1678081881569 .e_text-31 {
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ec4eb661-7cb3-4494-a6a7-319415e38161.png);
        background-repeat: no-repeat;
        width: 53px;
        height: 61px;
        color: #fff;
        font-size: 33px;
        font-family: "din";
        text-align: center;
        line-height: 49px;
        margin-right: 21px;
        background-size: 53px
    }

    #c_static_001-1678081881569 .e_text-29 {
        line-height: normal;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px
    }

    #c_static_001-1678081881569 .e_text-30 {
        line-height: normal;
        color: #666;
        font-size: 14px
    }

    #c_static_001-1678081881569 .e_container-28 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid 1px #eee;
        padding-bottom: 2%;
        margin-bottom: 2%
    }

    #c_static_001-1678081881569 .e_richText-32 p {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_richText-32 p span {
        font-size: 13px!important
    }

    #c_static_001-1678081881569 .e_container-26 .cbox-26-1 {
        width: 100%;
        margin-top: 5%
    }

    #c_static_001-1678081881569 .e_button-35 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678081881569 .e_button-34 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }
}

#c_static_001-1680509498584 {
    min-height: 300px
}

#c_static_001-1680509498584 .e_container-1 > .p_item {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

#c_static_001-1680509498584 .e_text-2 {
    line-height: normal;
    font-size: 48px;
    font-weight: bold
}

#c_static_001-1680509498584 .e_text-3 {
    line-height: 123px;
    font-size: 136px;
    font-weight: bold;
    color: #003894;
    padding: 0px 10px;
    font-style: oblique
}

#c_static_001-1680509498584 .e_text-4 {
    line-height: normal;
    color: #003894;
    font-size: 48px;
    font-weight: bold
}

#c_static_001-1680509498584 .e_html-5 {
    min-height: 300px
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
    #c_static_001-1680509498584 {
        display:none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1680509498584 {
        display:block;
        padding: 10% 0%
    }

    #c_static_001-1680509498584 .e_text-2 {
        line-height: normal;
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-1680509498584 .e_text-3 {
        line-height: 37px;
        font-size: 36px;
        font-weight: bold;
        color: #003894;
        padding: 0px 10px;
        font-style: oblique
    }

    #c_static_001-1680509498584 .e_text-4 {
        line-height: normal;
        color: #003894;
        font-size: 24px;
        font-weight: bold
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678083914057 {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/1abb2307-8ece-4b4d-98a7-ded729e6a565.jpg);
    background-repeat: no-repeat;
    padding: 80px 0px;
    background-size: cover
}

#c_static_001-1678083914057 .e_container-1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    background: rgb(255 255 255 / 68%);
    padding: 3%
}

#c_static_001-1678083914057 .e_container-1 > .p_item {
    width: 50%
}

#c_static_001-1678083914057 .e_container-1 > .cbox-1-1 {
    width: 45%
}

#c_static_001-1678083914057 .e_text-2 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-weight: bold;
    font-size: 36px
}

#c_static_001-1678083914057 .e_text-3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: solid 1px #a3a3a3;
    padding-bottom: 20px;
    margin-bottom: 20px
}

#c_static_001-1678083914057 .e_text-4 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 34px
}

#c_static_001-1678083914057 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001-1678083914057 .e_container-5 > .cbox-5-0 {
}

#c_static_001-1678083914057 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678083914057 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678083914057 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678083914057 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: flex;
    background-color: #fff
}

#c_static_001-1678083914057 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678083914057 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678083914057 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#c_static_001-1678083914057 .e_container-8 > .p_item {
    width: 50%;
    text-align: center;
    height: 50%;
    padding: 5% 0%
}

#c_static_001-1678083914057 .e_container-8 > .p_item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #003894;
    margin-top: 10px
}

#c_static_001-1678083914057 .e_container-8 > .p_item .p_num {
    font-size: 72px;
    font-family: "din";
    color: #003894
}

#c_static_001-1678083914057 .e_container-8 > .p_item .p_plus {
    font-family: "din";
    font-size: 24px;
    color: #003894
}

#c_static_001-1678083914057 .e_scrollNumber-9 {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1678083914057 .e_scrollNumber-10 {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1678083914057 .e_scrollNumber-12 {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font_radio: 2;
    display-radio: 1
}

#c_static_001-1678083914057 .e_scrollNumber-9 .p_num {
    display-radio: 1
}

#c_static_001-1678083914057 .e_container-18 {
}

#c_static_001-1678083914057 .e_container-18 > .p_item {
    display: flex;
    justify-content: center;
    align-items: center
}

#c_static_001-1678083914057 .e_scrollNumber-19 {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    display: flex;
    align-items: center
}

#c_static_001-1678083914057 .e_scrollNumber-20 {
    height: 60px;
    line-height: 60px;
    font-size: 40px
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678083914057 {
        background-image:url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/1abb2307-8ece-4b4d-98a7-ded729e6a565.jpg);
        background-repeat: no-repeat;
        padding: 10% 0%;
        background-size: cover
    }

    #c_static_001-1678083914057 .e_container-1 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        background: rgb(255 255 255 / 68%);
        padding: 7%
    }

    #c_static_001-1678083914057 .e_container-1 > .p_item {
        width: 100%
    }

    #c_static_001-1678083914057 .e_text-2 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-weight: bold;
        font-size: 24px
    }

    #c_static_001-1678083914057 .e_text-3 {
        font-size: 13px;
        line-height: 24px;
        font-weight: 500;
        margin-top: 20px;
        border-bottom: solid 1px #a3a3a3;
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    #c_static_001-1678083914057 .e_text-4 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 13px;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 0px
    }

    #c_static_001-1678083914057 .e_container-5 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        display: none
    }

    #c_static_001-1678083914057 .e_container-1 > .cbox-1-1 {
        width: 100%
    }

    #c_static_001-1678083914057 .e_container-8 > .p_item .p_num {
        font-size: 34px;
        font-family: "din";
        color: #003894
    }

    #c_static_001-1678083914057 .e_scrollNumber-9 {
        height: 40px;
        line-height: 40px;
        font-size: 40px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-1678083914057 .e_container-8 > .p_item h3 {
        font-size: 16px;
        font-weight: bold;
        color: #003894;
        margin-top: 0px
    }

    #c_static_001-1678083914057 .e_scrollNumber-10 {
        height: 40px;
        line-height: 40px;
        font-size: 40px;
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001-1678083914057 .e_scrollNumber-19 {
        height: 40px;
        line-height: 40px;
        font-size: 40px;
        display: flex;
        align-items: center
    }

    #c_static_001-1678083914057 .e_scrollNumber-20 {
        height: 40px;
        line-height: 40px;
        font-size: 40px;
        margin-bottom: 5px
    }

    #c_static_001-1678083914057 .e_container-8 > .p_item {
        width: 50%;
        text-align: center;
        height: 50%;
        padding: 1% 0%
    }

    #c_static_001-1678083914057 .e_scrollNumber-12 {
        height: 40px;
        line-height: 40px;
        font-size: 40px;
        font_radio: 2;
        display-radio: 1
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16780858449370 {
    text-align: center;
    padding-top: 80px
}

#c_static_001-16780858449370 .e_text-2 {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px
}

#c_static_001-16780858449370 .e_text-2::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-right: 20px
}

#c_static_001-16780858449370 .e_text-2::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-left: 20px
}

#c_static_001-16780858449370 .e_container-3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center
}

#c_static_001-16780858449370 .e_container-3 > .p_item {
}

#c_static_001-16780858449370 .e_text-4 {
    font-size: 48px;
    font-weight: bold
}

#c_static_001-16780858449370 .e_text-5 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_static_001-16780858449370 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16780858449370 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16780858449370 {
        text-align:center;
        padding-top: 10%
    }

    #c_static_001-16780858449370 .e_text-4 {
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-16780858449370 .e_text-5 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_static_001-16780858449370 .e_text-2 {
        line-height: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 50px;
        margin: 5%;
        font-size: 14px;
        line-height: 1.6
    }
}

#c_magiccube_009-1678085909962 {
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 80px
}

#c_magiccube_009-1678085909962 .p_tab_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

#c_magiccube_009-1678085909962 .p_right {
    flex-direction: row-reverse
}

#c_magiccube_009-1678085909962 .p_top {
}

#c_magiccube_009-1678085909962 .p_bottom {
    flex-direction: column
}

#c_magiccube_009-1678085909962 .content-box {
    display: none;
    min-height: 300px;
    overflow: hidden
}

#c_magiccube_009-1678085909962 .top .tab-item,#c_magiccube_009-1678085909962 .bottom .tab-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#c_magiccube_009-1678085909962 .p_content_wrapper {
    width: 72%;
    margin-left: 28%;
    position: relative
}

#c_magiccube_009-1678085909962 .p_tablist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    width: 28%;
    z-index: 9;
    height: 100%;
    justify-content: space-between
}

#c_magiccube_009-1678085909962 .tab-item {
    height: 100%;
    background: #eee;
    width: 100%;
    border-bottom: solid 2px #fff;
    display: flex;
    align-items: center;
    padding-left: 56px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative
}

#c_magiccube_009-1678085909962 .tab-item:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transition: all ease 0.5s;
    background-position-x: -50px;
    margin-right: 9px
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(1):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/c2c81f62-b751-4304-bafb-81b2bc3fbc95.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(2):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/086d1727-dc6a-43fe-a1d6-7cebb5f0a3ea.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(3):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/f7b9bff9-3b23-4ee6-9396-ad7646ba5f65.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(4):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/149ed9f4-e942-423c-8ef4-dbdd70566dc8.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(5):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/afb1727e-7aee-4384-ad9c-4a44eee3e6d5.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(6):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/9059355f-d37f-4cac-90a0-c0f170363b6a.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .tab-item:nth-of-type(7):before {
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/705ae8c6-ae72-4c0a-a14b-35d5fe66a7b3.png);
    background-repeat: no-repeat
}

#c_magiccube_009-1678085909962 .p_active,#c_magiccube_009-1678085909962 .tab-item:hover {
    background: #003894;
    width: 115%;
    border-bottom: solid 2px #003894;
    color: #fff
}

#c_magiccube_009-1678085909962 .tab-item.p_active:before,#c_magiccube_009-1678085909962 .tab-item:hover:before {
    background-position-x: 0px
}

#c_magiccube_009-1678085909962 .tab-item:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/1f350771-bf38-43e6-b0d2-8cfbd3ff6c16.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 27px;
    right: 10%;
    opacity: 0;
    transition: all ease .5s
}

#c_magiccube_009-1678085909962 .tab-item.p_active:after,#c_magiccube_009-1678085909962 .tab-item:hover:after {
    opacity: 1
}

#c_magiccube_009-1678085909962 .left {
    float: left;
    display: block
}

#c_magiccube_009-1678085909962 .left .tab-item {
    width: 200px;
    line-height: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#c_magiccube_009-1678085909962 .left .tab-item:last-child,#c_magiccube_009-1678085909962 .right .tab-item:last-child {
}

#c_magiccube_009-1678085909962 .right {
    float: right;
    width: 200px;
    display: block
}

#c_magiccube_009-1678085909962 .right .tab-item {
    width: 100%;
    display: block;
    line-height: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#c_magiccube_009-1678085909962 .left-content,#c_magiccube_009-1678085909962 .top-content,#c_magiccube_009-1678085909962 .bottom-content,#c_magiccube_009-1678085909962 .right-content {
    overflow: hidden
}

#c_magiccube_009-1678085909962 .content-box.active {
    display: block
}

@media screen and (max-width: 1080px) {
    #c_magiccube_009-1678085909962 {
        width:1440px;
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 10%
    }

    #c_magiccube_009-1678085909962 .p_tab_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        position: relative
    }

    #c_magiccube_009-1678085909962 .p_tablist {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: relative;
        left: 0%;
        width: 100%;
        z-index: 9;
        height: 100%;
        justify-content: space-between;
        flex-wrap: nowrap
    }

    #c_magiccube_009-1678085909962 .p_active,#c_magiccube_009-1678085909962 .tab-item:hover {
        background: #003894;
        width: 100%;
        border-bottom: solid 2px #003894;
        color: rgb(255 255 255 / 2%)
    }

    #c_magiccube_009-1678085909962 .tab-item {
        padding-left: 0%;
        color: rgb(255 255 255 / 2%);
        font-size: 46px
    }

    #c_magiccube_009-1678085909962 .tab-item:after {
        content: '';
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/1f350771-bf38-43e6-b0d2-8cfbd3ff6c16.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 15px;
        height: 27px;
        right: 10%;
        opacity: 0;
        transition: all ease .5s;
        display: none
    }

    #c_magiccube_009-1678085909962 .tab-item:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        transition: all ease 0.5s;
        background-position-x: -40px;
        margin-right: 0px;
        position: absolute;
        background-size: 80px;
        left: 4px
    }

    #c_magiccube_009-1678085909962 .p_content_wrapper {
        width: 100%;
        margin-left: 0%;
        position: relative
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678086511395 {
    min-height: 300px
}

#c_static_001-1678086511395 .e_image-1 {
    overflow: hidden
}

#c_static_001-1678086511395 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1678086511395 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-1678086511395 .e_container-2 > .p_item {
}

#c_static_001-1678086511395 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-1678086511395 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-1678086511395 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678086511395 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-1678086511395 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678086511395 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678086511395 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678086511395 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678086511395 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678086511395 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678086511395 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678086511395 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678086511395 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-1678086511395 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-1678086511395 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-1678086511395 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-1678086511395 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678086511395 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678086511395 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-1678086511395 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782623338730 {
    min-height: 300px
}

#c_static_001-16782623338730 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782623338730 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782623338730 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-16782623338730 .e_container-2 > .p_item {
}

#c_static_001-16782623338730 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-16782623338730 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-16782623338730 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623338730 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-16782623338730 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623338730 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623338730 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623338730 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623338730 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623338730 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623338730 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623338730 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782623338730 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-16782623338730 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-16782623338730 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-16782623338730 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-16782623338730 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623338730 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623338730 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-16782623338730 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782623334170 {
    min-height: 300px
}

#c_static_001-16782623334170 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782623334170 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782623334170 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-16782623334170 .e_container-2 > .p_item {
}

#c_static_001-16782623334170 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-16782623334170 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-16782623334170 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623334170 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-16782623334170 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623334170 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623334170 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623334170 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623334170 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623334170 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623334170 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623334170 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782623334170 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-16782623334170 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-16782623334170 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-16782623334170 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-16782623334170 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623334170 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623334170 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-16782623334170 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782623328980 {
    min-height: 300px
}

#c_static_001-16782623328980 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782623328980 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782623328980 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-16782623328980 .e_container-2 > .p_item {
}

#c_static_001-16782623328980 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-16782623328980 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-16782623328980 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623328980 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-16782623328980 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623328980 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623328980 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623328980 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623328980 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623328980 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623328980 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623328980 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782623328980 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-16782623328980 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-16782623328980 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-16782623328980 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-16782623328980 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623328980 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623328980 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-16782623328980 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782623323390 {
    min-height: 300px
}

#c_static_001-16782623323390 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782623323390 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782623323390 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-16782623323390 .e_container-2 > .p_item {
}

#c_static_001-16782623323390 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-16782623323390 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-16782623323390 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623323390 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-16782623323390 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623323390 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623323390 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623323390 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623323390 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623323390 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623323390 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623323390 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782623323390 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-16782623323390 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-16782623323390 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-16782623323390 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-16782623323390 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623323390 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623323390 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-16782623323390 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782623318170 {
    min-height: 300px
}

#c_static_001-16782623318170 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782623318170 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782623318170 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-16782623318170 .e_container-2 > .p_item {
}

#c_static_001-16782623318170 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-16782623318170 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-16782623318170 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623318170 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-16782623318170 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623318170 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623318170 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623318170 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623318170 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623318170 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623318170 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623318170 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782623318170 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-16782623318170 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-16782623318170 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-16782623318170 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-16782623318170 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623318170 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623318170 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-16782623318170 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16782623313220 {
    min-height: 300px
}

#c_static_001-16782623313220 .e_image-1 {
    overflow: hidden
}

#c_static_001-16782623313220 .e_image-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16782623313220 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: 0%;
    padding: 7%
}

#c_static_001-16782623313220 .e_container-2 > .p_item {
}

#c_static_001-16782623313220 .e_h2-3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold
}

#c_static_001-16782623313220 .e_text-4 {
    color: #fff;
    line-height: 2;
    margin: 3% 0%
}

#c_static_001-16782623313220 .e_container-5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623313220 .e_container-5 > .cbox-5-0 {
    margin-right: 15px
}

#c_static_001-16782623313220 .e_button-6 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623313220 .e_button-6 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623313220 .e_button-6::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623313220 .e_button-7 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-16782623313220 .e_button-7 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-16782623313220 .e_button-7::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-16782623313220 .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16782623313220 .e_container-8 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16782623313220 .e_image-1 {
        overflow:hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px
    }

    #c_static_001-16782623313220 .e_image-1 img {
        width: auto;
        height: 100%;
        object-fit: contain
    }

    #c_static_001-16782623313220 .e_h2-3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-16782623313220 .e_text-4 {
        color: #fff;
        line-height: 2;
        margin: 4% 0%;
        width: 100%;
        font-size: 14px
    }

    #c_static_001-16782623313220 .e_button-7 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623313220 .e_button-6 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 148px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-16782623313220 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding: 7%;
        height: 100%
    }

    #c_static_001-16782623313220 .e_container-2 > .p_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-16780877821820 {
    text-align: center;
    padding: 80px 0px
}

#c_static_001-16780877821820 .e_container-3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center
}

#c_static_001-16780877821820 .e_container-3 > .p_item {
}

#c_static_001-16780877821820 .e_text-4 {
    font-size: 48px;
    font-weight: bold
}

#c_static_001-16780877821820 .e_text-5 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_static_001-16780877821820 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-16780877821820 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16780877821820 .e_richText-7 {
    margin-top: 35px;
    margin-bottom: 10px
}

#c_static_001-16780877821820 .e_text-8 {
    line-height: normal;
    font-size: 14px;
    color: #999;
    margin-bottom: 50px
}

#c_static_001-16780877821820 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto
}

#c_static_001-16780877821820 .e_container-9 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16780877821820 .e_image-10 {
    overflow: hidden
}

#c_static_001-16780877821820 .e_image-10 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-16780877821820 .e_loop-11 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-16780877821820 .e_loop-11 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001-16780877821820 .e_loop-11 .p_page {
    text-align: center
}

#c_static_001-16780877821820 .e_loop-11 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-16780877821820 .e_loop-11 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-16780877821820 .e_loop-11 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-16780877821820 .e_loop-11 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-16780877821820 .e_loop-11 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-16780877821820 .e_loop-11 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-16780877821820 .e_loop-11 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-16780877821820 .e_loop-11 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-16780877821820 .e_loop-11 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-16780877821820 .e_loop-11 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-16780877821820 .e_loop-11 .multSelect ul,li {
    list-style: none
}

#c_static_001-16780877821820 .e_loop-11 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-16780877821820 .e_loop-11 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-16780877821820 .e_loop-11 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-16780877821820 .e_loop-11 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-16780877821820 .e_loop-11 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16780877821820 .e_loop-11 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-16780877821820 .e_loop-11 .p_split {
    margin: 0 5px
}

#c_static_001-16780877821820 .e_loop-11 .p_normal {
    margin-right: 16px
}

#c_static_001-16780877821820 .e_loop-11 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-16780877821820 .e_loop-11 .input-check,.e_loop-11 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-16780877821820 .e_loop-11 .position-left {
    display: flex
}

#c_static_001-16780877821820 .e_loop-11 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-16780877821820 .e_loop-11 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-16780877821820 .e_loop-11 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-16780877821820 .e_loop-11 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-16780877821820 .e_loop-11 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-16780877821820 .e_loop-11 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-16780877821820 .e_loop-11 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-16780877821820 .e_loop-11 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-16780877821820 .e_loop-11 .p_filter_result {
    display: none
}

#c_static_001-16780877821820 .e_loop-11 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-16780877821820 .e_loop-11 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-16780877821820 .e_loop-11 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-16780877821820 .e_loop-11 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-16780877821820 .e_loop-11 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-16780877821820 .e_loop-11 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-16780877821820 .e_loop-11 {
    display-radio: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px
}

#c_static_001-16780877821820 .e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    display-radio: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,1);
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px
}

#c_static_001-16780877821820 .e_container-12 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-16780877821820 .e_image-13 {
    overflow: hidden;
    display-radio: 1;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(235,238,245,1);
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

#c_static_001-16780877821820 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    #c_static_001-16780877821820 .e_image-10 {
        display:none
    }
}

@media screen and (min-width: 769px) {
    #c_static_001-16780877821820 .e_loop-11 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4)
    }

    #c_static_001-16780877821820 .e_loop-11 {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_static_001-16780877821820 {
        text-align:center;
        padding: 10% 0%
    }

    #c_static_001-16780877821820 .e_text-4 {
        font-size: 24px;
        font-weight: bold
    }

    #c_static_001-16780877821820 .e_text-5 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_static_001-16780877821820 .e_richText-7 {
        margin-top: 5%;
        margin-bottom: 1%;
        padding: 0% 5%
    }

    #c_static_001-16780877821820 .e_richText-7 span {
        font-size: 16px!important
    }

    #c_static_001-16780877821820 .e_text-8 {
        line-height: normal;
        font-size: 14px;
        color: #999;
        margin-bottom: 6%
    }

    #c_static_001-16780877821820 .e_loop-11 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678088126027 {
    min-height: 300px;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023011119455163273/cms/image/446cf92b-3b9a-4221-8f27-b918dbdc7046.jpg_1180xaf.jpg);
    background-size: cover
}

#c_static_001-1678088126027 .e_image-1 {
    overflow: hidden;
    display: none
}

#c_static_001-1678088126027 .e_image-1 img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

#c_static_001-1678088126027 .e_container-2 {
    position: relative;
    top: 0%;
    width: 100%
}

#c_static_001-1678088126027 .e_container-2 > .p_item {
    width: 1440px;
    max-width: 90%;
    padding: 80px;
    margin: 0 auto
}

#c_static_001-1678088126027 .e_h2-3 {
    font_radio: 1;
    display-radio: 1;
    font-size: 48px;
    color: #fff;
    font-weight: bold
}

#c_static_001-1678088126027 .e_h3-4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 4%
}

#c_static_001-1678088126027 .e_text-5 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    width: 900px;
    max-width: 100%
}

#c_static_001-1678088126027 .e_text-6 {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    width: 900px;
    max-width: 100%
}

#c_static_001-1678088126027 .e_container-7 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin-top: 5%
}

#c_static_001-1678088126027 .e_container-7 > .cbox-7-0 {
    margin-right: 15px
}

#c_static_001-1678088126027 .e_button-8 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #fff;
    color: #333;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678088126027 .e_button-8 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678088126027 .e_button-8::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/01e86c4b-6560-4967-a975-d16d100b1fdb.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678088126027 .e_button-9 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0%;
    border: 0px;
    background: #003894;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

#c_static_001-1678088126027 .e_button-9 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_001-1678088126027 .e_button-9::after {
    content: "";
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/d3935799-9093-4f2f-9c30-059224fbbdd9.png);
    background-repeat: no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    padding-right: 44px
}

#c_static_001-1678088126027 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 8%;
    justify-content: space-between
}

#c_static_001-1678088126027 .e_container-10 > .p_item {
}

#c_static_001-1678088126027 .e_container-10 > .p_item .p_num {
    font-size: 60px;
    font-family: "din";
    color: #fff
}

#c_static_001-1678088126027 .e_container-10 > .p_item .p_plus {
    color: #fff;
    font-size: 24px;
    font-weight: bold
}

#c_static_001-1678088126027 .e_container-10 > .p_item p {
    font-size: 16px;
    color: #fff;
    margin-top: 9px
}

#c_static_001-1678088126027 .guanbi_video {
    position: absolute;
    right: 0%;
    background: #fff;
    width: 40px;
    z-index: 99;
    font-size: 20px;
    height: 40px;
    text-align: center;
    font-weight: bold
}

#c_static_001-1678088126027 .e_html-22 {
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678088126027 .e_image-1 img {
        width:auto;
        height: 800px;
        object-fit: contain
    }

    #c_static_001-1678088126027 .e_container-2 > .p_item {
        width: 1440px;
        max-width: 90%;
        padding: 10% 0%;
        margin: 0 auto
    }

    #c_static_001-1678088126027 .e_h2-3 {
        font_radio: 1;
        display-radio: 1;
        font-size: 24px;
        color: #fff;
        font-weight: bold
    }

    #c_static_001-1678088126027 .e_h3-4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 4%
    }

    #c_static_001-1678088126027 .e_text-5 {
        line-height: 26px;
        font-size: 14px;
        color: #fff;
        width: 900px;
        max-width: 100%
    }

    #c_static_001-1678088126027 .e_text-6 {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        width: 900px;
        max-width: 100%
    }

    #c_static_001-1678088126027 .e_button-9 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 142px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #003894;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678088126027 .e_button-8 {
        display: flex;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 142px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0%;
        border: 0px;
        background: #fff;
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center
    }

    #c_static_001-1678088126027 .e_container-10 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-top: 4%;
        justify-content: flex-start
    }

    #c_static_001-1678088126027 .e_container-10 > .p_item .p_num {
        font-size: 24px;
        font-family: "din";
        color: #fff
    }

    #c_static_001-1678088126027 .e_container-10 > .p_item {
        width: 33.3%;
        margin-bottom: 3%
    }

    #c_static_001-1678088126027 .e_container-10 > .p_item p {
        font-size: 13px;
        color: #fff;
        margin-top: 9px
    }

    #c_static_001-1678088126027 .e_container-10 > .p_item .p_plus {
        color: #fff;
        font-size: 14px;
        font-weight: bold
    }
}

#c_effect_047-1678088982450 {
    padding: 80px 0px
}

#c_effect_047-1678088982450 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_effect_047-1678088982450 .e_loop-1 .p_page {
    text-align: center
}

#c_effect_047-1678088982450 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_effect_047-1678088982450 .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_effect_047-1678088982450 .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_effect_047-1678088982450 .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_effect_047-1678088982450 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_effect_047-1678088982450 .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_effect_047-1678088982450 .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect ul,li {
    list-style: none
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_effect_047-1678088982450 .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_effect_047-1678088982450 .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_effect_047-1678088982450 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_effect_047-1678088982450 .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_effect_047-1678088982450 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_effect_047-1678088982450 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_effect_047-1678088982450 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_effect_047-1678088982450 .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_effect_047-1678088982450 .e_loop-1 .input-check,#c_effect_047-1678088982450 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_effect_047-1678088982450 .e_loop-1 .position-left {
    display: flex
}

#c_effect_047-1678088982450 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_effect_047-1678088982450 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_effect_047-1678088982450 .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_effect_047-1678088982450 .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_effect_047-1678088982450 .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_effect_047-1678088982450 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_effect_047-1678088982450 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_effect_047-1678088982450 .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_effect_047-1678088982450 .e_loop-1 .p_filter_result {
    display: inline-block
}

#c_effect_047-1678088982450 .e_loop-1 .p_contclear {
    cursor: pointer
}

#c_effect_047-1678088982450 .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

#c_effect_047-1678088982450 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto
}

#c_effect_047-1678088982450 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_effect_047-1678088982450 .e_loop-1 {
    display-radio: 1
}

#c_effect_047-1678088982450 .e_html-5 {
    min-height: 0px;
    display-radio: 1;
    background_radio: 1
}

#c_effect_047-1678088982450 .honoRBox {
    display: flex;
    width: 100%;
    overflow: hidden
}

#c_effect_047-1678088982450 .honoRBoxBB {
}

#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-next,#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #a0ceff;
    border-radius: 100%;
    transition: all ease .3s;
    transform: translateY(-10px);
    z-index: 10;
    left: 0
}

#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-next::after,#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-prev::after {
    font-size: 12px;
    font-weight: bold;
    color: #fff
}

#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-next {
    right: 0;
    left: auto
}

#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-next:hover,#c_effect_047-1678088982450 .honoRBoxBB .swiper-button-prev:hover {
    background: #77b9ff
}

#c_effect_047-1678088982450 .e_loop-1 .p_loopitem {
    flex-basis: inherit !important;
    transform: scale(0.8)
}

#c_effect_047-1678088982450 .e_loop-1 .p_loopitem.swiper-slide-active {
    transform: scale(1.0)
}

#c_effect_047-1678088982450 .e_image-4 {
    overflow: hidden;
    border: solid 1px #eee;
    padding: 6%
}

#c_effect_047-1678088982450 .e_image-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_effect_047-1678088982450 .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_effect_047-1678088982450 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_effect_047-1678088982450 .e_container-7 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center
}

#c_effect_047-1678088982450 .e_text-8 {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px
}

#c_effect_047-1678088982450 .e_text-8::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-right: 20px
}

#c_effect_047-1678088982450 .e_text-8::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #003894;
    margin-left: 20px
}

#c_effect_047-1678088982450 .e_text-9 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_effect_047-1678088982450 .e_text-10 {
    font-size: 48px;
    font-weight: bold
}

#c_effect_047-1678088982450 .ryzs_gd {
    background: #eee;
    border-radius: 50px;
    height: 12px;
    margin-top: 5%
}

#c_effect_047-1678088982450 .ryzs_gd span {
    background: none;
    width: 100%;
    border: 0px
}

#c_effect_047-1678088982450 .ryzs_gd span.swiper-pagination-bullet-active {
    background: #003894;
    border-radius: 50px
}

#c_effect_047-1678088982450 .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(0 56 148)
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1080px) {
    #c_effect_047-1678088982450 {
        padding:10% 0%
    }

    #c_effect_047-1678088982450 .e_text-10 {
        font-size: 24px;
        font-weight: bold
    }

    #c_effect_047-1678088982450 .e_text-9 {
        font-size: 24px;
        font-weight: bold;
        color: #003894
    }

    #c_effect_047-1678088982450 .e_text-8 {
        line-height: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 50px;
        margin: 5%;
        font-size: 14px
    }
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
}

#c_static_001-1678089842269 {
    min-height: 300px;
    padding: 80px 0px;
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/acd78ef7-765f-40f5-b149-15ab6210248e.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

#c_static_001-1678091703026 .e_container-2 {
    display: flex!important
}

#c_static_001-1678089842269 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1440px;
    margin: 0 auto;
    max-width: 90%;
    justify-content: space-between;
    margin-bottom: 50px
}

#c_static_001-1678089842269 .e_container-1 .cbox-1-1 {
    display: flex;
    align-items: center
}

#c_static_001-1678089842269 .e_container-1 > .p_item {
}

#c_static_001-1678089842269 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

#c_static_001-1678089842269 .e_container-2 > .p_item {
    width: 48%
}

#c_static_001-1678089842269 .e_container-2 > .cbox-2-1 {
    position: absolute;
    right: 0%;
    height: 100%
}

#c_static_001-1678089842269 .e_container-2 > .cbox-2-1 >div {
    height: 100%
}

#c_static_001-1678089842269 .e_container-2 > .cbox-2-1 >div > div {
    height: 100%
}

#c_static_001-1678089842269 .e_text-3 {
    font-size: 48px;
    font-weight: bold;
    color: #003894
}

#c_static_001-1678089842269 .e_text-4,#c_static_001-1678089842269 .e_text-5,#c_static_001-1678089842269 .e_text-6 {
    font-size: 18px;
    color: #333;
    margin-right: 40px;
    font-weight: bold;
    cursor: pointer
}

#c_static_001-1678089842269 .e_container-1 .cbox-1-1 p.on {
    color: #003894
}

#c_static_001-1678089842269 .e_text-7 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 18px;
    font-weight: bold;
    color: #666
}

#c_static_001-1678089842269 .e_text-7::after {
    content: '+';
    width: 24px;
    display: inline-block;
    height: 24px;
    border: solid 2px #666;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 23px
}

#c_static_001-1678089842269 .e_loop-8 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-1678089842269 .e_loop-8 .p_loopitem {
}

#c_static_001-1678089842269 .e_loop-8 .p_page {
    text-align: center
}

#c_static_001-1678089842269 .e_loop-8 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678089842269 .e_loop-8 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678089842269 .e_loop-8 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678089842269 .e_loop-8 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678089842269 .e_loop-8 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678089842269 .e_loop-8 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678089842269 .e_loop-8 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-8 .p_s_option {
}

#c_static_001-1678089842269 .e_loop-8 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678089842269 .e_loop-8 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678089842269 .e_loop-8 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678089842269 .e_loop-8 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678089842269 .e_loop-8 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678089842269 .e_loop-8 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678089842269 .e_loop-8 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-8 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-8 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-8 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-8 .p_split {
    margin: 0 5px
}

#c_static_001-1678089842269 .e_loop-8 .p_normal {
    margin-right: 16px
}

#c_static_001-1678089842269 .e_loop-8 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-8 .input-check,#c_static_001-1678089842269 .e_loop-8 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678089842269 .e_loop-8 .position-left {
    display: flex
}

#c_static_001-1678089842269 .e_loop-8 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678089842269 .e_loop-8 .position-top {
}

#c_static_001-1678089842269 .e_loop-8 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678089842269 .e_loop-8 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-8 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678089842269 .e_loop-8 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678089842269 .e_loop-8 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678089842269 .e_loop-8 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678089842269 .e_loop-8 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678089842269 .e_loop-8 .p_filter_result {
    display: inline-block
}

#c_static_001-1678089842269 .e_loop-8 .p_contclear {
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-8 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678089842269 .e_loop-8 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-8 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678089842269 .e_loop-8 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678089842269 .e_loop-8 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678089842269 .e_loop-8 .p_filter_result {
    display: none
}

#c_static_001-1678089842269 .e_loop-8 .p_contclear {
    display: none
}

#c_static_001-1678089842269 .e_loop-8 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678089842269 .e_loop-8 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678089842269 .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678089842269 .e_container-9 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1678089842269 .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #fff;
    padding: 5%;
    border-top: solid 1px #eee
}

#c_static_001-1678089842269 .e_container-10 > .p_item {
}

#c_static_001-1678089842269 .e_image-11 {
    overflow: hidden;
    height: 300px;
    justify-content: center;
    background: #fff
}

#c_static_001-1678089842269 .e_image-11 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease .5s
}

#c_static_001-1678089842269 .e_loop-8 .p_loopitem:hover img {
    transform: scale(1.1)
}

#c_static_001-1678089842269 .e_h2-13 {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

#c_static_001-1678089842269 .e_loop-8 .p_loopitem:hover .e_h2-13 {
    color: #003894
}

#c_static_001-1678089842269 .e_text-14 {
    line-height: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-top: 1%;
    font-size: 14px
}

#c_static_001-1678089842269 .e_loop-15 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
}

#c_static_001-1678089842269 .e_loop-15 .p_loopitem {
}

#c_static_001-1678089842269 .e_loop-15 .p_page {
    text-align: center
}

#c_static_001-1678089842269 .e_loop-15 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678089842269 .e_loop-15 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678089842269 .e_loop-15 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678089842269 .e_loop-15 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678089842269 .e_loop-15 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678089842269 .e_loop-15 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678089842269 .e_loop-15 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-15 .p_s_option {
}

#c_static_001-1678089842269 .e_loop-15 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678089842269 .e_loop-15 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678089842269 .e_loop-15 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678089842269 .e_loop-15 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678089842269 .e_loop-15 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678089842269 .e_loop-15 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678089842269 .e_loop-15 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-15 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-15 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-15 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-15 .p_split {
    margin: 0 5px
}

#c_static_001-1678089842269 .e_loop-15 .p_normal {
    margin-right: 16px
}

#c_static_001-1678089842269 .e_loop-15 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-15 .input-check,#c_static_001-1678089842269 .e_loop-15 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678089842269 .e_loop-15 .position-left {
    display: flex
}

#c_static_001-1678089842269 .e_loop-15 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678089842269 .e_loop-15 .position-top {
}

#c_static_001-1678089842269 .e_loop-15 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678089842269 .e_loop-15 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-15 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678089842269 .e_loop-15 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678089842269 .e_loop-15 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678089842269 .e_loop-15 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678089842269 .e_loop-15 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678089842269 .e_loop-15 .p_filter_result {
    display: inline-block
}

#c_static_001-1678089842269 .e_loop-15 .p_contclear {
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-15 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678089842269 .e_loop-15 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-15 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678089842269 .e_loop-15 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678089842269 .e_loop-15 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678089842269 .e_loop-15 .p_filter_result {
    display: none
}

#c_static_001-1678089842269 .e_loop-15 .p_contclear {
    display: none
}

#c_static_001-1678089842269 .e_loop-15 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678089842269 .e_loop-15 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678089842269 .e_text-16 {
    line-height: normal;
    position: relative
}

#c_static_001-1678089842269 .e_text-16:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/2e87eafd-eaea-4f18-a154-9df2c58cf4de.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    width: 23px;
    height: 14px
}

#c_static_001-1678089842269 .e_loop-15 .p_loopitem:hover .e_text-16 {
    font-weight: bold;
    color: #003894
}

#c_static_001-1678089842269 .e_loop-15 .p_loopitem:hover .e_text-16:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ce204dbc-0bfb-472e-941b-63bfdf9a7b9e.png);
    background-repeat: no-repeat
}

#c_static_001-1678089842269 .e_container-18 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

#c_static_001-1678089842269 .e_container-18 > .p_item {
    width: 48%
}

#c_static_001-1678089842269 .e_container-18 > .cbox-18-1 {
    position: absolute;
    right: 0%;
    height: 100%
}

#c_static_001-1678089842269 .e_container-18 > .cbox-18-1 >div {
    height: 100%
}

#c_static_001-1678089842269 .e_container-18 > .cbox-18-1 >div > div {
    height: 100%
}

#c_static_001-1678089842269 .e_loop-19 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
}

#c_static_001-1678089842269 .e_loop-19 .p_page {
    text-align: center
}

#c_static_001-1678089842269 .e_loop-19 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678089842269 .e_loop-19 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678089842269 .e_loop-19 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678089842269 .e_loop-19 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678089842269 .e_loop-19 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678089842269 .e_loop-19 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678089842269 .e_loop-19 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-19 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678089842269 .e_loop-19 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678089842269 .e_loop-19 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678089842269 .e_loop-19 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678089842269 .e_loop-19 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678089842269 .e_loop-19 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678089842269 .e_loop-19 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-19 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-19 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-19 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-19 .p_split {
    margin: 0 5px
}

#c_static_001-1678089842269 .e_loop-19 .p_normal {
    margin-right: 16px
}

#c_static_001-1678089842269 .e_loop-19 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-19 .input-check,.e_loop-19 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678089842269 .e_loop-19 .position-left {
    display: flex
}

#c_static_001-1678089842269 .e_loop-19 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678089842269 .e_loop-19 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678089842269 .e_loop-19 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-19 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678089842269 .e_loop-19 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678089842269 .e_loop-19 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678089842269 .e_loop-19 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678089842269 .e_loop-19 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678089842269 .e_loop-19 .p_filter_result {
    display: none
}

#c_static_001-1678089842269 .e_loop-19 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-1678089842269 .e_loop-19 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678089842269 .e_loop-19 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-19 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678089842269 .e_loop-19 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678089842269 .e_loop-19 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678089842269 .e_loop-19 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678089842269 .e_loop-19 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678089842269 .e_loop-19 .p_loopitem:hover .e_text-20 {
    font-weight: bold;
    color: #003894
}

#c_static_001-1678089842269 .e_loop-19 .p_loopitem:hover .e_text-20:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ce204dbc-0bfb-472e-941b-63bfdf9a7b9e.png);
    background-repeat: no-repeat
}

#c_static_001-1678089842269 .e_text-20 {
    line-height: normal;
    position: relative
}

#c_static_001-1678089842269 .e_text-20:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/2e87eafd-eaea-4f18-a154-9df2c58cf4de.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    width: 23px;
    height: 14px
}

#c_static_001-1678089842269 .e_loop-21 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-1678089842269 .e_loop-21 .p_page {
    text-align: center
}

#c_static_001-1678089842269 .e_loop-21 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678089842269 .e_loop-21 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678089842269 .e_loop-21 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678089842269 .e_loop-21 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678089842269 .e_loop-21 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678089842269 .e_loop-21 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678089842269 .e_loop-21 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-21 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678089842269 .e_loop-21 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678089842269 .e_loop-21 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678089842269 .e_loop-21 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678089842269 .e_loop-21 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678089842269 .e_loop-21 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678089842269 .e_loop-21 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-21 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-21 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-21 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-21 .p_split {
    margin: 0 5px
}

#c_static_001-1678089842269 .e_loop-21 .p_normal {
    margin-right: 16px
}

#c_static_001-1678089842269 .e_loop-21 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-21 .input-check,.e_loop-21 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678089842269 .e_loop-21 .position-left {
    display: flex
}

#c_static_001-1678089842269 .e_loop-21 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678089842269 .e_loop-21 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678089842269 .e_loop-21 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-21 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678089842269 .e_loop-21 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678089842269 .e_loop-21 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678089842269 .e_loop-21 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678089842269 .e_loop-21 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678089842269 .e_loop-21 .p_filter_result {
    display: none
}

#c_static_001-1678089842269 .e_loop-21 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-1678089842269 .e_loop-21 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678089842269 .e_loop-21 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-21 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678089842269 .e_loop-21 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678089842269 .e_loop-21 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678089842269 .e_loop-21 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678089842269 .e_loop-21 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678089842269 .e_loop-21 .p_loopitem:hover img {
    transform: scale(1.1)
}

#c_static_001-1678089842269 .e_loop-21 .p_loopitem:hover .e_h2-26 {
    color: #003894
}

#c_static_001-1678089842269 .e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678089842269 .e_container-22 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1678089842269 .e_image-23 {
    overflow: hidden;
    height: 300px;
    justify-content: center;
    background: #fff
}

#c_static_001-1678089842269 .e_image-23 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease .5s
}

#c_static_001-1678089842269 .e_container-25 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #fff;
    padding: 5%;
    border-top: solid 1px #eee
}

#c_static_001-1678089842269 .e_h2-26 {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

#c_static_001-1678089842269 .e_text-27 {
    line-height: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-top: 1%;
    font-size: 14px
}

#c_static_001-1678089842269 .e_container-28 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    position: relative
}

#c_static_001-1678089842269 .e_container-28 > .p_item {
    width: 48%
}

#c_static_001-1678089842269 .e_container-28 > .cbox-28-1 {
    position: absolute;
    right: 0%;
    height: 100%
}

#c_static_001-1678089842269 .e_container-28 > .cbox-28-1 >div {
    height: 100%
}

#c_static_001-1678089842269 .e_container-28 > .cbox-28-1 >div > div {
    height: 100%
}

#c_static_001-1678089842269 .e_loop-29 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between
}

#c_static_001-1678089842269 .e_loop-29 .p_page {
    text-align: center
}

#c_static_001-1678089842269 .e_loop-29 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678089842269 .e_loop-29 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678089842269 .e_loop-29 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678089842269 .e_loop-29 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678089842269 .e_loop-29 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678089842269 .e_loop-29 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678089842269 .e_loop-29 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-29 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678089842269 .e_loop-29 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678089842269 .e_loop-29 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678089842269 .e_loop-29 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678089842269 .e_loop-29 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678089842269 .e_loop-29 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678089842269 .e_loop-29 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-29 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-29 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-29 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-29 .p_split {
    margin: 0 5px
}

#c_static_001-1678089842269 .e_loop-29 .p_normal {
    margin-right: 16px
}

#c_static_001-1678089842269 .e_loop-29 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-29 .input-check,.e_loop-29 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678089842269 .e_loop-29 .position-left {
    display: flex
}

#c_static_001-1678089842269 .e_loop-29 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678089842269 .e_loop-29 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678089842269 .e_loop-29 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-29 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678089842269 .e_loop-29 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678089842269 .e_loop-29 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678089842269 .e_loop-29 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678089842269 .e_loop-29 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678089842269 .e_loop-29 .p_filter_result {
    display: none
}

#c_static_001-1678089842269 .e_loop-29 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-1678089842269 .e_loop-29 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678089842269 .e_loop-29 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-29 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678089842269 .e_loop-29 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678089842269 .e_loop-29 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678089842269 .e_loop-29 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678089842269 .e_loop-29 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678089842269 .e_loop-29 .p_loopitem:hover .e_text-30 {
    font-weight: bold;
    color: #003894
}

#c_static_001-1678089842269 .e_loop-29 .p_loopitem:hover .e_text-30:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/ce204dbc-0bfb-472e-941b-63bfdf9a7b9e.png);
    background-repeat: no-repeat
}

#c_static_001-1678089842269 .e_text-30 {
    line-height: normal;
    position: relative
}

#c_static_001-1678089842269 .e_text-30:after {
    content: '';
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/2e87eafd-eaea-4f18-a154-9df2c58cf4de.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    width: 23px;
    height: 14px
}

#c_static_001-1678089842269 .e_loop-31 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001-1678089842269 .e_loop-31 .p_page {
    text-align: center
}

#c_static_001-1678089842269 .e_loop-31 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_static_001-1678089842269 .e_loop-31 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_static_001-1678089842269 .e_loop-31 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_static_001-1678089842269 .e_loop-31 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_static_001-1678089842269 .e_loop-31 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001-1678089842269 .e_loop-31 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001-1678089842269 .e_loop-31 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_static_001-1678089842269 .e_loop-31 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#c_static_001-1678089842269 .e_loop-31 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001-1678089842269 .e_loop-31 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001-1678089842269 .e_loop-31 .multSelect ul,li {
    list-style: none
}

#c_static_001-1678089842269 .e_loop-31 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#c_static_001-1678089842269 .e_loop-31 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#c_static_001-1678089842269 .e_loop-31 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-31 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001-1678089842269 .e_loop-31 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-31 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001-1678089842269 .e_loop-31 .p_split {
    margin: 0 5px
}

#c_static_001-1678089842269 .e_loop-31 .p_normal {
    margin-right: 16px
}

#c_static_001-1678089842269 .e_loop-31 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-31 .input-check,.e_loop-31 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001-1678089842269 .e_loop-31 .position-left {
    display: flex
}

#c_static_001-1678089842269 .e_loop-31 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001-1678089842269 .e_loop-31 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001-1678089842269 .e_loop-31 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-31 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#c_static_001-1678089842269 .e_loop-31 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#c_static_001-1678089842269 .e_loop-31 .p_active .p_mbutton::before {
    display: block
}

#c_static_001-1678089842269 .e_loop-31 .p_active .p_mbutton::after {
    display: block
}

#c_static_001-1678089842269 .e_loop-31 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_static_001-1678089842269 .e_loop-31 .p_filter_result {
    display: none
}

#c_static_001-1678089842269 .e_loop-31 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001-1678089842269 .e_loop-31 .swiper-container {
    padding-bottom: 30px
}

#c_static_001-1678089842269 .e_loop-31 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001-1678089842269 .e_loop-31 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001-1678089842269 .e_loop-31 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001-1678089842269 .e_loop-31 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001-1678089842269 .e_loop-31 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001-1678089842269 .e_loop-31 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_static_001-1678089842269 .e_loop-31 .p_loopitem:hover img {
    transform: scale(1.1)
}

#c_static_001-1678089842269 .e_loop-31 .p_loopitem:hover .e_h2-36 {
    color: #003894
}

#c_static_001-1678089842269 .e_container-32 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678089842269 .e_container-32 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1678089842269 .e_image-33 {
    overflow: hidden;
    height: 300px;
    justify-content: center;
    background: #fff
}

#c_static_001-1678089842269 .e_image-33 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease .5s
}

#c_static_001-1678089842269 .e_container-35 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background: #fff;
    padding: 5%;
    border-top: solid 1px #eee
}

#c_static_001-1678089842269 .e_h2-36 {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

#c_static_001-1678089842269 .e_text-37 {
    line-height: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin-top: 1%;
    font-size: 14px
}

#c_static_001-1678089842269 .e_container-38 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001-1678089842269 .e_container-38 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1678089842269 .e_container-38 > .p_item > .s_layout {
    display: none
}

#c_static_001-1678089842269 .e_container-38 > .p_item > .s_layout.active {
    display: flex
}

@media screen and (max-width: 1080px) {
    #c_static_001-1678089842269 {
        min-height:300px;
        padding: 10% 0%;
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/acd78ef7-765f-40f5-b149-15ab6210248e.jpg);
        background-repeat: no-repeat;
        background-size: cover
    }

    #c_static_001-1678089842269 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 1440px;
        margin: 0 auto;
        max-width: 90%;
        justify-content: center;
        margin-bottom: 5%;
        align-items: center
    }

    #c_static_001-1678089842269 .e_text-3 {
        font-size: 24px;
        font-weight: bold;
        color: #003894;
        margin-bottom: 8%
    }

    #c_static_001-1678089842269 .e_text-7 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 18px;
        font-weight: bold;
        color: #666;
        display: none
    }

    #c_static_001-1678089842269 .e_text-4,#c_static_001-1678089842269 .e_text-5,#c_static_001-1678089842269 .e_text-6 {
        font-size: 14px;
        color: #003894;
        margin-right: 40px;
        font-weight: bold;
        margin: 0% 6%
    }

    #c_static_001-1678089842269 .e_container-1 .cbox-1-1 {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: 5%
    }

    #c_static_001-1678089842269 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        position: relative
    }

    #c_static_001-1678089842269 .e_container-2 > .p_item {
        width: 100%
    }

    #c_static_001-1678089842269 .e_container-2 > .cbox-2-1 {
        position: relative;
        margin-top: 5%
    }

    #c_static_001-1678089842269 .e_loop-15 .p_loopitem {
        background: #fff;
        margin-bottom: 3%;
        padding: 2% 3%
    }

    #c_static_001-1678089842269 .e_text-16 {
        line-height: 1.8;
        position: relative;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        padding-right: 10%
    }

    #c_static_001-1678089842269 .e_text-16:after {
        content: '';
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/2e87eafd-eaea-4f18-a154-9df2c58cf4de.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 0%;
        width: 16px;
        height: 14px;
        top: 29%;
        background-size: 16px
    }

    #c_static_001-1678089842269 .e_container-18 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        position: relative
    }

    #c_static_001-1678089842269 .e_container-18 > .p_item {
        width: 100%
    }

    #c_static_001-1678089842269 .e_container-18 > .cbox-18-1 {
        position: relative;
        right: 0%;
        height: 100%;
        margin-top: 5%
    }

    #c_static_001-1678089842269 .e_container-28 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        width: 1440px;
        max-width: 90%;
        margin: 0 auto;
        position: relative
    }

    #c_static_001-1678089842269 .e_container-28 > .p_item {
        width: 100%
    }

    #c_static_001-1678089842269 .e_container-28 > .cbox-28-1 {
        position: relative;
        right: 0%;
        height: 100%;
        margin-top: 5%
    }

    #c_static_001-1678089842269 .e_container-1 .cbox-1-1 p {
        background: #eee;
        color: #000;
        margin: 0%;
        padding: 8px 10px;
        text-align: center;
        margin: 0% 1%;
        width: 33.3%;
        color: #666
    }

    #c_static_001-1678089842269 .e_container-1 .cbox-1-1 p.on {
        background: #003894;
        color: #fff
    }

    #c_static_001-1678089842269 .e_loop-19 .p_loopitem {
        background: #fff;
        margin-bottom: 3%;
        padding: 2% 3%
    }

    #c_static_001-1678089842269 .e_text-20 {
        line-height: 1.8;
        position: relative;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        padding-right: 10%
    }

    #c_static_001-1678089842269 .e_text-20:after {
        content: '';
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/2e87eafd-eaea-4f18-a154-9df2c58cf4de.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 0%;
        width: 16px;
        height: 14px;
        top: 29%;
        background-size: 16px
    }

    #c_static_001-1678089842269 .e_loop-29 .p_loopitem {
        background: #fff;
        margin-bottom: 3%;
        padding: 2% 3%
    }

    #c_static_001-1678089842269 .e_text-30 {
        line-height: 1.8;
        position: relative;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        padding-right: 10%
    }

    #c_static_001-1678089842269 .e_text-30:after {
        content: '';
        background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2023011119455163273/cms/image/2e87eafd-eaea-4f18-a154-9df2c58cf4de.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 0%;
        width: 16px;
        height: 14px;
        top: 29%;
        background-size: 16px
    }

    #c_static_001-1678089842269 .e_loop-8 .p_loopitem {
        display: flex;
        align-items: center;
        background: #fff
    }

    #c_static_001-1678089842269 .e_image-11 {
        overflow: hidden;
        height: auto;
        justify-content: center;
        background: #fff
    }

    #c_static_001-1678089842269 .e_container-9 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 43%
    }

    #c_static_001-1678089842269 .e_h2-13 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.6;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0%
    }

    #c_static_001-1678089842269 .e_loop-21 .p_loopitem {
        display: flex;
        align-items: center;
        background: #fff
    }

    #c_static_001-1678089842269 .e_image-23 {
        overflow: hidden;
        height: auto;
        justify-content: center;
        background: #fff
    }

    #c_static_001-1678089842269 .e_container-22 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 43%
    }

    #c_static_001-1678089842269 .e_h2-26 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.6;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0%
    }

    #c_static_001-1678089842269 .e_loop-31 .p_loopitem {
        display: flex;
        align-items: center;
        background: #fff
    }

    #c_static_001-1678089842269 .e_image-33 {
        overflow: hidden;
        height: auto;
        justify-content: center;
        background: #fff
    }

    #c_static_001-1678089842269 .e_container-32 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 43%
    }

    #c_static_001-1678089842269 .e_h2-36 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.6;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0%
    }
}


.prod_242 { background: #f1f2f3;margin:0 auto  }
.prod_242 .mant-box { width: 100%;margin: 0; }
.prod_242 .mant-box .pur { width: 100%;margin:0 auto;padding: 60px 0; }
.prod_242 .mant-box .title { padding: 10px 10px 20px;margin: 0 auto }
.prod_242 .mant-box .title h2 { color: #203144;font-size: 36px;font-weight: 500;margin:0 0 30px;white-space: nowrap;text-align: center }
.prod_242 .mant-box .title p { margin:0 auto }
.prod_242 .mant-box .title p a{ color: #666;font-size: 18px;font-weight: 500;margin: 0;text-align: center;width: 100%;display: block; }
.prod_242 .mant-box .title p a:hover { color: #ff8800 }
.prod_242 .mant-box .pur .tab-res{ width:100%; overflow:hidden; margin:0 auto;position: relative;padding: 15px 15px 0 }
.prod_242 .mant-box .pur .tab-res ul,li{margin: 0 auto;padding: 0;font: 14px 'microsoft yahei',Arial,sans-serif;list-style: none;}
.prod_242 .mant-box .pur .tab-res a{text-decoration: none;color: #333;font-size: 14px;font-weight: 500}
.prod_242 .mant-box .pur .tab-res .tab_conbox .div-span{font: 14px 'microsoft yahei',Arial,sans-serif;color: #333;line-height:2;white-space: nowrap;text-overflow: ellipsis}
.prod_242 .mant-box .pur .tab-res .tab_con{ display:none;}
.prod_242 .mant-box .pur .tab-res .tabs {height: 80px;width: 100%;padding: 0;background: #F2F2F2;-webkit-box-shadow: 0 0 10px rgba(32, 49, 68, 0.15);-moz-box-shadow:0 0 10px rgba(32, 49, 68, 0.15);box-shadow: 0 0 10px rgba(32, 49, 68, 0.15);}
.prod_242 .mant-box .pur .tab-res .tabs li{width:33.33%;height:81px;line-height:81px;float:left;overflow: hidden;text-align: center;box-sizing: border-box}
.prod_242 .mant-box .pur .tab-res .tabs .thistab { position: relative }
.prod_242 .mant-box .pur .tab-res .tabs li a { margin: 0 auto;color: #666;font-size: 26px;display: block;cursor: pointer }
.prod_242 .mant-box .pur .tab-res .tabs li a:hover { color: #ff8800 }
.prod_242 .mant-box .pur .tab-res .tabs .thistab:after { content: '';width: 100%;height: 2px;position: absolute;bottom: 0;left:0;background: #ff8800 }
.prod_242 .mant-box .pur .tab-res .tabs .thistab>a{ color: #ff8800 }
.prod_242 .mant-box .pur .tab-res .tab_con { font-size: 14px; line-height:175%;padding: 20px 0 }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body { padding: 30px 0 0;margin: 0 }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left { padding: 0 10px 0 0 }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-right { padding:0 0 0 10px }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box { cursor: default;position: relative;overflow: hidden;width: 100% }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box img { width: 100%;height: 462px;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box .overly { position: absolute;top:0;left: 0;width: 100%;height: 100%;text-align: center;background: rgba(0,0,0,0.3) }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box:hover .overly { background: rgba(0,0,0,0.5);transition: all 0.3s;-moz-transition: all 0.3s; -webkit-transition: all 0.3s;  -o-transition: all 0.3s; /* Opera */ }

.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box .overly .text { width: 80%;color: #fff;font-size: 16px;line-height: 30px;text-align: left;position: absolute;bottom: 140px;left: 50%;margin-left: -40% }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box .overly .btn { border-radius: 0;border: 1px solid #ffab4a;color: #ffab4a;width: 164px;height: 38px;line-height: 24px;font-size: 16px;position: absolute;left: 50%;bottom: 60px;margin-left: -82px; }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left .img-box:hover .overly .btn { background: #ffab4a;color: #fff;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s; }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .img-go { cursor: pointer;display: block }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .img-box2 { position: relative;overflow: hidden;width: 100% }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .img-box2 img { height: 171px;width: 100%;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s  }
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .img-box2:hover img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.prod_242 .mant-box .pur .tab-res .tab_con .tab-body .text-body {background: #e9e9e9;height: 50px;padding: 15px 10px;text-align: center;color: #333;font-size: 14px;line-height: 18px;overflow: hidden;display: -webkit-box;-webkit-box-orient;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media only screen and (min-width: 1200px) {
    .prod_242 .mant-box .pur { width: 1170px }
    .prod_242 .mant-box .pur .title { padding: 0px 10px 30px;text-align: center }

}
@media (min-width: 991px) and (max-width: 1200px){
    .prod_242 .mant-box { height: auto }
    .prod_242 .mant-box .pur .tab-res .tabs { height: 60px  }
    .prod_242 .mant-box .pur .tab-res .tabs li { height: 61px;line-height: 61px }
}
@media only screen and (max-width: 992px) {
    .prod_242 .mant-box { height: auto;background: none; }
    .prod_242 .mant-box .pur .title { padding: 10px 10px 20px}
    .prod_242 .mant-box .pur .title p { text-align: center }
    .prod_242 .mant-box .pur .title p a{ font-weight: normal;line-height: 24px}
    .prod_242 .mant-box .pur .tab-res .tabs { height: 40px  }
    .prod_242 .mant-box .pur .tab-res .tabs li { height: 41px;line-height: 41px }
    .prod_242 .mant-box .pur .tab-res .tabs li a { font-size: 20px; }
    .prod_242 .mant-box .pur .tab-res .tab_con { padding: 0 }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body { padding:15px 10px;background: #F2F2F2 }

}
@media only screen and (max-width: 720px) {
    .prod_242 {FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fff,endColorStr=#f1f2f3);background: -ms-linear-gradient(top, #fff,  #f1f2f3);background:-moz-linear-gradient(top,#fff,#f1f2f3);background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#f1f2f3));padding: 20px 0;}
    .prod_242 .mant-box .pur { padding: 0 }
    .prod_242 .mant-box .pur .title { padding: 0 10px 0}
    .prod_242 .mant-box .pur .title h2 { font-size: 20px;margin:0 0 10px; }
    .prod_242 .mant-box .pur .title p { margin: 0 0 10px }
    .prod_242 .mant-box .pur .title p a { font-size: 15px }
    .prod_242 .mant-box .pur .tab-res { padding:0 }
    .prod_242 .mant-box .pur .tab-res .tabs {height: 40px;width: 100%;padding: 0;background: #F2F2F2;-webkit-box-shadow: none;-moz-box-shadow:none;box-shadow: none;border-bottom: 2px solid #e9e9e9;}
    .prod_242 .mant-box .pur .tab-res .tabs li a { font-size: 16px; }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body { padding: 15px 10px 0 }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .text-box-xs {height: 54px;padding: 0;text-align: left;color: #666;font-size: 14px;line-height: 18px;overflow: hidden;display: -webkit-box;-webkit-box-orient;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin: 0 0 10px;}
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-left { padding:0 5px }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .body-right { padding:0 5px }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .text-body { background: #e2e2e2 }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .img-box2 img { width: 100%;height: 100% }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .text-body { height: 54px }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .xs-body { padding:0;margin: 0 -8px }
    .prod_242 .mant-box .pur .tab-res .tab_con .tab-body .xs-body .item { padding: 8px;display: block }
}



.link192 {
    padding: 75px 0;
}
.link192 .w192 {
    width: 1600px;
    margin: 0 auto;
}
.link192 .web192 {
    padding: 20px 0;
}
.link192 .web192 h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 24px;
    color: #003595;
    padding-bottom: 15px;
}
.link192 .web192 h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.link192 .web192 ul {
    margin-left: -20px;
}
.link192 .web192 li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}


